| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
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.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateExperimentResult> |
AmazonCloudWatchEvidentlyAsyncClient.updateExperimentAsync(UpdateExperimentRequest request,
AsyncHandler<UpdateExperimentRequest,UpdateExperimentResult> asyncHandler) |
Future<UpdateExperimentResult> |
AbstractAmazonCloudWatchEvidentlyAsync.updateExperimentAsync(UpdateExperimentRequest request,
AsyncHandler<UpdateExperimentRequest,UpdateExperimentResult> asyncHandler) |
Future<UpdateExperimentResult> |
AmazonCloudWatchEvidentlyAsync.updateExperimentAsync(UpdateExperimentRequest updateExperimentRequest,
AsyncHandler<UpdateExperimentRequest,UpdateExperimentResult> asyncHandler)
Updates an Evidently experiment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateExperimentRequest |
UpdateExperimentRequest.clone() |
UpdateExperimentRequest |
UpdateExperimentRequest.withDescription(String description)
An optional description of the experiment.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withExperiment(String experiment)
The name of the experiment to update.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withMetricGoals(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 |
UpdateExperimentRequest.withMetricGoals(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 |
UpdateExperimentRequest.withOnlineAbConfig(OnlineAbConfig onlineAbConfig)
A structure that contains the configuration of which variation o use as the "control" version.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withProject(String project)
The name or ARN of the project that contains the experiment that you want to update.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withRandomizationSalt(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 |
UpdateExperimentRequest.withRemoveSegment(Boolean removeSegment)
Removes a segment from being used in an experiment.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withSamplingRate(Long samplingRate)
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withSegment(String segment)
Adds an audience segment to an experiment.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withTreatments(Collection<TreatmentConfig> treatments)
An array of structures that define the variations being tested in the experiment.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withTreatments(TreatmentConfig... treatments)
An array of structures that define the variations being tested in the experiment.
|
Copyright © 2023. All rights reserved.