| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| ml.comet.experiment.builder | |
| ml.comet.experiment.log |
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineExperimentImpl
The implementation of the OnlineExperiment.
|
| Modifier and Type | Method and Description |
|---|---|
OnlineExperiment |
OnlineExperimentBuilder.build()
Instantiates the Experiment object and registers it with Comet.
|
| 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 © 2021. All rights reserved.