| 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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiExperiment.ApiExperimentBuilderImpl
The builder to create properly configured ApiExperiment instance.
|
static class |
OnlineExperimentImpl.OnlineExperimentBuilderImpl
The builder to create properly configured instance of the OnlineExperimentImpl.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiExperimentBuilder
Defines the public contract of the factory to create initialized instances of the
ApiExperiment. |
interface |
CometApiBuilder
Defines the public contract of the factory builder to create properly initialized instances of the
CometApi. |
interface |
OnlineExperimentBuilder
Defines the public contract of the
OnlineExperiment builder. |
| Modifier and Type | Method and Description |
|---|---|
BaseCometBuilder<T> |
BaseCometBuilder.withApiKey(String apiKey)
Set the api key matched to the account you wish to use.
|
BaseCometBuilder<T> |
BaseCometBuilder.withConfigOverride(File overrideConfig)
Provide an override config to changeExperiment parameters being provided by the config.
|
BaseCometBuilder<T> |
BaseCometBuilder.withLogger(org.slf4j.Logger logger)
The slf4j Logger through which the instance can log its actions.
|
Copyright © 2021. All rights reserved.