public static interface UpdateExperimentRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateExperimentRequest.Builder |
description(String description)
An optional description of the experiment.
|
UpdateExperimentRequest.Builder |
experiment(String experiment)
The name of the experiment to update.
|
UpdateExperimentRequest.Builder |
metricGoals(Collection<MetricGoalConfig> metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value
for each metric is the goal.
|
UpdateExperimentRequest.Builder |
metricGoals(Consumer<MetricGoalConfig.Builder>... metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value
for each metric is the goal.
|
UpdateExperimentRequest.Builder |
metricGoals(MetricGoalConfig... metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value
for each metric is the goal.
|
default UpdateExperimentRequest.Builder |
onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)
A structure that contains the configuration of which variation o use as the "control" version.
|
UpdateExperimentRequest.Builder |
onlineAbConfig(OnlineAbConfig onlineAbConfig)
A structure that contains the configuration of which variation o use as the "control" version.
|
UpdateExperimentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateExperimentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateExperimentRequest.Builder |
project(String project)
The name or ARN of the project that contains the experiment that you want to update.
|
UpdateExperimentRequest.Builder |
randomizationSalt(String randomizationSalt)
When Evidently assigns a particular user session to an experiment, it must use a randomization ID to
determine which variation the user session is served.
|
UpdateExperimentRequest.Builder |
samplingRate(Long samplingRate)
The portion of the available audience that you want to allocate to this experiment, in thousandths of a
percent.
|
UpdateExperimentRequest.Builder |
treatments(Collection<TreatmentConfig> treatments)
An array of structures that define the variations being tested in the experiment.
|
UpdateExperimentRequest.Builder |
treatments(Consumer<TreatmentConfig.Builder>... treatments)
An array of structures that define the variations being tested in the experiment.
|
UpdateExperimentRequest.Builder |
treatments(TreatmentConfig... treatments)
An array of structures that define the variations being tested in the experiment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateExperimentRequest.Builder description(String description)
An optional description of the experiment.
description - An optional description of the experiment.UpdateExperimentRequest.Builder experiment(String experiment)
The name of the experiment to update.
experiment - The name of the experiment to update.UpdateExperimentRequest.Builder metricGoals(Collection<MetricGoalConfig> metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
metricGoals - An array of structures that defines the metrics used for the experiment, and whether a higher or lower
value for each metric is the goal.UpdateExperimentRequest.Builder metricGoals(MetricGoalConfig... metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
metricGoals - An array of structures that defines the metrics used for the experiment, and whether a higher or lower
value for each metric is the goal.UpdateExperimentRequest.Builder metricGoals(Consumer<MetricGoalConfig.Builder>... metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #metricGoals(List) .metricGoals - a consumer that will call methods on List.Builder #metricGoals(List) UpdateExperimentRequest.Builder onlineAbConfig(OnlineAbConfig onlineAbConfig)
A structure that contains the configuration of which variation o use as the "control" version. The "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.
onlineAbConfig - A structure that contains the configuration of which variation o use as the "control" version. The
"control" version is used for comparison with other variations. This structure also specifies how much
experiment traffic is allocated to each variation.default UpdateExperimentRequest.Builder onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)
A structure that contains the configuration of which variation o use as the "control" version. The "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.
This is a convenience that creates an instance of theOnlineAbConfig.Builder avoiding the need to
create one manually via OnlineAbConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to onlineAbConfig(OnlineAbConfig).onlineAbConfig - a consumer that will call methods on OnlineAbConfig.BuilderonlineAbConfig(OnlineAbConfig)UpdateExperimentRequest.Builder project(String project)
The name or ARN of the project that contains the experiment that you want to update.
project - The name or ARN of the project that contains the experiment that you want to update.UpdateExperimentRequest.Builder randomizationSalt(String randomizationSalt)
When Evidently assigns a particular user session to an experiment, it must use a randomization ID to
determine which variation the user session is served. This randomization ID is a combination of the entity ID
and randomizationSalt. If you omit randomizationSalt, Evidently uses the experiment
name as the randomizationSalt.
randomizationSalt - When Evidently assigns a particular user session to an experiment, it must use a randomization ID to
determine which variation the user session is served. This randomization ID is a combination of the
entity ID and randomizationSalt. If you omit randomizationSalt, Evidently
uses the experiment name as the randomizationSalt.UpdateExperimentRequest.Builder samplingRate(Long samplingRate)
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent. The available audience is the total audience minus the audience that you have allocated to overrides or current launches of this feature.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the available audience.
samplingRate - The portion of the available audience that you want to allocate to this experiment, in thousandths of
a percent. The available audience is the total audience minus the audience that you have allocated to
overrides or current launches of this feature.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the available audience.
UpdateExperimentRequest.Builder treatments(Collection<TreatmentConfig> treatments)
An array of structures that define the variations being tested in the experiment.
treatments - An array of structures that define the variations being tested in the experiment.UpdateExperimentRequest.Builder treatments(TreatmentConfig... treatments)
An array of structures that define the variations being tested in the experiment.
treatments - An array of structures that define the variations being tested in the experiment.UpdateExperimentRequest.Builder treatments(Consumer<TreatmentConfig.Builder>... treatments)
An array of structures that define the variations being tested in the experiment.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #treatments(List) .treatments - a consumer that will call methods on List.Builder #treatments(List) UpdateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.