| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiExperiment
The
ApiExperiment can be used to synchronously read/update data of your Comet.ml experiment. |
interface |
OnlineExperiment
The
OnlineExperiment should be used to asynchronously update data of your Comet.ml experiment. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiExperimentImpl
Implementation of the
Experiment that allows to read/update existing experiment synchronously. |
class |
OnlineExperimentImpl
The implementation of the
OnlineExperiment to work with Comet API asynchronously. |
Copyright © 2022. All rights reserved.