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.
|
ApiExperimentBuilder |
withProjectName(String projectName)
Set project name for the experiment.
|
ApiExperimentBuilder |
withWorkspace(String workspace)
Set workspace for the project.
|
build, withApiKey, withConfigOverride, withLoggerApiExperimentBuilder withExistingExperimentKey(String experimentKey)
experimentKey - The experiment key for the experiment that is being continuedApiExperimentBuilder withProjectName(String projectName)
projectName - The project under which the experiment should runApiExperimentBuilder withWorkspace(String workspace)
workspace - The workspace under which the experiment should be run.Copyright © 2022. All rights reserved.