| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently |
You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of
your users while you roll out the feature.
|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateExperimentResponse> |
EvidentlyAsyncClient.updateExperiment(Consumer<UpdateExperimentRequest.Builder> updateExperimentRequest)
Updates an Evidently experiment.
|
default UpdateExperimentResponse |
EvidentlyClient.updateExperiment(Consumer<UpdateExperimentRequest.Builder> updateExperimentRequest)
Updates an Evidently experiment.
|
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateExperimentRequest.Builder> |
UpdateExperimentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.