| 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<CreateExperimentResult> |
AmazonCloudWatchEvidentlyAsyncClient.createExperimentAsync(CreateExperimentRequest request,
AsyncHandler<CreateExperimentRequest,CreateExperimentResult> asyncHandler) |
Future<CreateExperimentResult> |
AmazonCloudWatchEvidentlyAsync.createExperimentAsync(CreateExperimentRequest createExperimentRequest,
AsyncHandler<CreateExperimentRequest,CreateExperimentResult> asyncHandler)
Creates an Evidently experiment.
|
Future<CreateExperimentResult> |
AbstractAmazonCloudWatchEvidentlyAsync.createExperimentAsync(CreateExperimentRequest request,
AsyncHandler<CreateExperimentRequest,CreateExperimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateExperimentRequest |
CreateExperimentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateExperimentRequest |
CreateExperimentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateExperimentRequest |
CreateExperimentRequest.clone() |
CreateExperimentRequest |
CreateExperimentRequest.withDescription(String description)
An optional description of the experiment.
|
CreateExperimentRequest |
CreateExperimentRequest.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.
|
CreateExperimentRequest |
CreateExperimentRequest.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.
|
CreateExperimentRequest |
CreateExperimentRequest.withName(String name)
A name for the new experiment.
|
CreateExperimentRequest |
CreateExperimentRequest.withOnlineAbConfig(OnlineAbConfig onlineAbConfig)
A structure that contains the configuration of which variation to use as the "control" version.
|
CreateExperimentRequest |
CreateExperimentRequest.withProject(String project)
The name or ARN of the project that you want to create the new experiment in.
|
CreateExperimentRequest |
CreateExperimentRequest.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.
|
CreateExperimentRequest |
CreateExperimentRequest.withSamplingRate(Long samplingRate)
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.
|
CreateExperimentRequest |
CreateExperimentRequest.withSegment(String segment)
Specifies an audience segment to use in the experiment.
|
CreateExperimentRequest |
CreateExperimentRequest.withTags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the experiment.
|
CreateExperimentRequest |
CreateExperimentRequest.withTreatments(Collection<TreatmentConfig> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
CreateExperimentRequest |
CreateExperimentRequest.withTreatments(TreatmentConfig... treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Copyright © 2024. All rights reserved.