public static interface ExperimentConfig.Builder extends SdkPojo, CopyableBuilder<ExperimentConfig.Builder,ExperimentConfig>
| Modifier and Type | Method and Description |
|---|---|
ExperimentConfig.Builder |
experimentName(String experimentName)
The name of an existing experiment to associate the trial component with.
|
ExperimentConfig.Builder |
runName(String runName)
The name of the experiment run to associate the trial component with.
|
ExperimentConfig.Builder |
trialComponentDisplayName(String trialComponentDisplayName)
The display name for the trial component.
|
ExperimentConfig.Builder |
trialName(String trialName)
The name of an existing trial to associate the trial component with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentConfig.Builder experimentName(String experimentName)
The name of an existing experiment to associate the trial component with.
experimentName - The name of an existing experiment to associate the trial component with.ExperimentConfig.Builder trialName(String trialName)
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
trialName - The name of an existing trial to associate the trial component with. If not specified, a new trial is
created.ExperimentConfig.Builder trialComponentDisplayName(String trialComponentDisplayName)
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
trialComponentDisplayName - The display name for the trial component. If this key isn't specified, the display name is the trial
component name.ExperimentConfig.Builder runName(String runName)
The name of the experiment run to associate the trial component with.
runName - The name of the experiment run to associate the trial component with.Copyright © 2022. All rights reserved.