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 with the trial component.
|
ExperimentConfig.Builder |
runName(String runName)
The name of the experiment run to associate with the trial component.
|
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 with the trial component.
experimentName - The name of an existing experiment to associate with the trial component.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 with the trial component.
runName - The name of the experiment run to associate with the trial component.Copyright © 2023. All rights reserved.