See: Description
| Interface | Description |
|---|---|
| ApiExperiment |
The
ApiExperiment can be used to synchronously read/update data of your Comet.ml experiment. |
| CometApi |
The utility providing direct access to the Comet REST API.
|
| Experiment |
The
Experiment is a unit of measurable research that defines a single run with
some data/parameters/code/results. |
| OnlineExperiment |
The
OnlineExperiment should be used to asynchronously update data of your Comet.ml experiment. |
| Class | Description |
|---|---|
| ApiExperimentImpl | Deprecated
It would be replaced in the future with new experiment creation API.
|
| CometApiImpl | Deprecated
It would be replaced in the future with new experiment creation API.
|
| ExperimentBuilder |
The factory of builders to be used for creation of different
Experiment implementations. |
| OnlineExperimentImpl | Deprecated
You should use
ExperimentBuilder.OnlineExperiment() instead to create
instance of the OnlineExperiment. |
Copyright © 2022. All rights reserved.