static UpdateExperimentRequest.Builder |
UpdateExperimentRequest.builder() |
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.description(String description) |
An optional description of the experiment.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.experiment(String experiment) |
The name of the experiment to update.
|
UpdateExperimentRequest.Builder |
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 |
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 |
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 |
UpdateExperimentRequest.Builder.onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig) |
A structure that contains the configuration of which variation o use as the "control" version.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.onlineAbConfig(OnlineAbConfig onlineAbConfig) |
A structure that contains the configuration of which variation o use as the "control" version.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.project(String project) |
The name or ARN of the project that contains the experiment that you want to update.
|
UpdateExperimentRequest.Builder |
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 |
UpdateExperimentRequest.Builder.removeSegment(Boolean removeSegment) |
Removes a segment from being used in an experiment.
|
UpdateExperimentRequest.Builder |
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 |
UpdateExperimentRequest.Builder.segment(String segment) |
Adds an audience segment to an experiment.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.toBuilder() |
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.treatments(Collection<TreatmentConfig> treatments) |
An array of structures that define the variations being tested in the experiment.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.treatments(Consumer<TreatmentConfig.Builder>... treatments) |
An array of structures that define the variations being tested in the experiment.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.treatments(TreatmentConfig... treatments) |
An array of structures that define the variations being tested in the experiment.
|