See: Description
| Interface | Description |
|---|---|
| CometApi |
The utility providing direct access to the Comet REST API.
|
| Experiment |
Describes the public contract of the Experiment.
|
| OnlineExperiment |
Describes the public contract of the online experiment which extends functionality of the Experiment by providing
additional methods to log various parameters in real time.
|
| Class | Description |
|---|---|
| ApiExperiment |
Implementation of the Experiment which provides methods to access meta-data of particular
experiment through the REST API exposed by the Comet.ml server.
|
| ApiExperiment.ApiExperimentBuilderImpl |
The builder to create properly configured ApiExperiment instance.
|
| BaseExperiment |
The base class for all experiment implementations providing implementation of common routines.
|
| CometApiImpl |
The CometApi implementation.
|
| CometApiImpl.CometApiBuilder |
The builder to create properly configured instance of the CometApiImpl.
|
| OnlineExperimentImpl |
The implementation of the OnlineExperiment.
|
| OnlineExperimentImpl.OnlineExperimentBuilderImpl |
The builder to create properly configured instance of the OnlineExperimentImpl.
|
Copyright © 2021. All rights reserved.