| Package | Description |
|---|---|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| ml.comet.experiment.impl.log |
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineExperimentImpl
The implementation of the
OnlineExperiment to work with Comet API asynchronously. |
| Modifier and Type | Method and Description |
|---|---|
static StdOutLogger |
StdOutLogger.createStderrLogger(@NonNull OnlineExperiment experiment)
Creates logger instance that captures StdErr stream for a given OnlineExperiment.
|
static StdOutLogger |
StdOutLogger.createStdoutLogger(@NonNull OnlineExperiment experiment)
Creates logger instance that captures StdOut stream for a given OnlineExperiment.
|
Copyright © 2022. All rights reserved.