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 |
removeSegment(Boolean removeSegment)
Removes a segment from being used in an experiment.
|
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 |
segment(String segment)
Adds an audience segment to an experiment.
|
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 method that creates an instance of theMetricGoalConfig.Builder avoiding the need to create
one manually via MetricGoalConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #metricGoals(List.
metricGoals - a consumer that will call methods on
MetricGoalConfig.Builder#metricGoals(java.util.Collection) 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 method 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 removeSegment(Boolean removeSegment)
Removes a segment from being used in an experiment. You can't use this parameter if the experiment is currently running.
removeSegment - Removes a segment from being used in an experiment. You can't use this parameter if the experiment is
currently running.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 segment(String segment)
Adds an audience segment to an experiment. When a segment is used in an experiment, only user sessions that match the segment pattern are used in the experiment. You can't use this parameter if the experiment is currently running.
segment - Adds an audience segment to an experiment. When a segment is used in an experiment, only user
sessions that match the segment pattern are used in the experiment. You can't use this parameter if
the experiment is currently running.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 method that creates an instance of theTreatmentConfig.Builder avoiding the need to create
one manually via TreatmentConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #treatments(List.
treatments - a consumer that will call methods on
TreatmentConfig.Builder#treatments(java.util.Collection) UpdateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.