public interface BaseCometBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Instantiates the Comet experiment instance defined by
T. |
BaseCometBuilder<T> |
withApiKey(String apiKey)
Set the api key matched to the account you wish to use.
|
BaseCometBuilder<T> |
withConfigOverride(File overrideConfig)
Provide an override config to changeExperiment parameters being provided by the config.
|
BaseCometBuilder<T> |
withLogger(org.slf4j.Logger logger)
The slf4j Logger through which the instance can log its actions.
|
BaseCometBuilder<T> withApiKey(String apiKey)
apiKey - The api key for the user running the experimentBaseCometBuilder<T> withConfigOverride(File overrideConfig)
overrideConfig - Config to override default valuesBaseCometBuilder<T> withLogger(org.slf4j.Logger logger)
logger - The logger that instance should use.T build()
T.Copyright © 2022. All rights reserved.