| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Experiment |
Experiment.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Experiment |
Experiment.clearTagsEntries()
Removes all the entries added into Tags.
|
Experiment |
Experiment.clone() |
Experiment |
UpdateExperimentResult.getExperiment()
A structure containing the configuration details of the experiment that was updated.
|
Experiment |
CreateExperimentResult.getExperiment()
A structure containing the configuration details of the experiment that you created.
|
Experiment |
GetExperimentResult.getExperiment()
A structure containing the configuration details of the experiment.
|
Experiment |
Experiment.withArn(String arn)
The ARN of the experiment.
|
Experiment |
Experiment.withCreatedTime(Date createdTime)
The date and time that the experiment is first created.
|
Experiment |
Experiment.withDescription(String description)
A description of the experiment.
|
Experiment |
Experiment.withExecution(ExperimentExecution execution)
A structure that contains the date and time that the experiment started and ended.
|
Experiment |
Experiment.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the experiment was most recently updated.
|
Experiment |
Experiment.withMetricGoals(Collection<MetricGoal> 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.
|
Experiment |
Experiment.withMetricGoals(MetricGoal... 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.
|
Experiment |
Experiment.withName(String name)
The name of the experiment.
|
Experiment |
Experiment.withOnlineAbDefinition(OnlineAbDefinition onlineAbDefinition)
A structure that contains the configuration of which variation to use as the "control" version.
|
Experiment |
Experiment.withProject(String project)
The name or ARN of the project that contains this experiment.
|
Experiment |
Experiment.withRandomizationSalt(String randomizationSalt)
This value is used when Evidently assigns a particular user session to the experiment.
|
Experiment |
Experiment.withSamplingRate(Long samplingRate)
In thousandths of a percent, the amount of the available audience that is allocated to this experiment.
|
Experiment |
Experiment.withSchedule(ExperimentSchedule schedule)
A structure that contains the time and date that Evidently completed the analysis of the experiment.
|
Experiment |
Experiment.withSegment(String segment)
The audience segment being used for the experiment, if a segment is being used.
|
Experiment |
Experiment.withStatus(ExperimentStatus status)
The current state of the experiment.
|
Experiment |
Experiment.withStatus(String status)
The current state of the experiment.
|
Experiment |
Experiment.withStatusReason(String statusReason)
If the experiment was stopped, this is the string that was entered by the person who stopped the experiment, to
explain why it was stopped.
|
Experiment |
Experiment.withTags(Map<String,String> tags)
The list of tag keys and values associated with this experiment.
|
Experiment |
Experiment.withTreatments(Collection<Treatment> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Experiment |
Experiment.withTreatments(Treatment... treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Experiment |
Experiment.withType(ExperimentType type)
The type of this experiment.
|
Experiment |
Experiment.withType(String type)
The type of this experiment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Experiment> |
ListExperimentsResult.getExperiments()
An array of structures that contain the configuration details of the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateExperimentResult.setExperiment(Experiment experiment)
A structure containing the configuration details of the experiment that was updated.
|
void |
CreateExperimentResult.setExperiment(Experiment experiment)
A structure containing the configuration details of the experiment that you created.
|
void |
GetExperimentResult.setExperiment(Experiment experiment)
A structure containing the configuration details of the experiment.
|
UpdateExperimentResult |
UpdateExperimentResult.withExperiment(Experiment experiment)
A structure containing the configuration details of the experiment that was updated.
|
CreateExperimentResult |
CreateExperimentResult.withExperiment(Experiment experiment)
A structure containing the configuration details of the experiment that you created.
|
GetExperimentResult |
GetExperimentResult.withExperiment(Experiment experiment)
A structure containing the configuration details of the experiment.
|
ListExperimentsResult |
ListExperimentsResult.withExperiments(Experiment... experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExperimentsResult.setExperiments(Collection<Experiment> experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
ListExperimentsResult |
ListExperimentsResult.withExperiments(Collection<Experiment> experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
Copyright © 2022. All rights reserved.