| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| ml.comet.experiment.builder |
Contains all interfaces defining the Comet experiment builders.
|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| Modifier and Type | Method and Description |
|---|---|
static ApiExperimentBuilder |
ExperimentBuilder.ApiExperiment()
The factory to create instance of the
ApiExperimentBuilder which can be used
to configure and create fully initialized instance of the ApiExperiment. |
static ApiExperimentBuilder |
ApiExperimentImpl.builder(@NonNull String experimentKey)
Deprecated.
Returns builder to create
Experiment instance. |
| Modifier and Type | Method and Description |
|---|---|
ApiExperimentBuilder |
ApiExperimentBuilder.withExistingExperimentKey(String experimentKey)
Allows to continue a previous experiment by providing the key of the existing experiment.
|
ApiExperimentBuilder |
ApiExperimentBuilder.withProjectName(String projectName)
Set project name for the experiment.
|
ApiExperimentBuilder |
ApiExperimentBuilder.withWorkspace(String workspace)
Set workspace for the project.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiExperimentImpl.ApiExperimentBuilderImpl
The builder to create properly configured ApiExperiment instance.
|
Copyright © 2022. All rights reserved.