public interface ApiExperimentBuilder extends BaseCometBuilder<ApiExperiment>
ApiExperiment allowing
to work with Comet API synchronously.| Modifier and Type | Method and Description |
|---|---|
ApiExperimentBuilder |
withExistingExperimentKey(String experimentKey)
Allows to continue a previous experiment by providing the key of the existing experiment.
|
build, withApiKey, withConfigOverride, withLoggerApiExperimentBuilder withExistingExperimentKey(String experimentKey)
experimentKey - The experiment key for the experiment that is being continuedCopyright © 2022. All rights reserved.