| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
interface |
ApiExperimentBuilder
Defines the public contract of the factory to create initialized instances of the
ApiExperiment allowing
to work with Comet API synchronously. |
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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiExperimentImpl.ApiExperimentBuilderImpl
The builder to create properly configured ApiExperiment instance.
|
Copyright © 2022. All rights reserved.