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 |
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, sdkFields
copy
applyMutation, build
ExperimentConfig.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.Copyright © 2021. All rights reserved.