| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
MetricGoal |
MetricGoal.clone() |
MetricGoal |
MetricGoal.withDesiredChange(ChangeDirectionEnum desiredChange)
INCREASE means that a variation with a higher number for this metric is performing better. |
MetricGoal |
MetricGoal.withDesiredChange(String desiredChange)
INCREASE means that a variation with a higher number for this metric is performing better. |
MetricGoal |
MetricGoal.withMetricDefinition(MetricDefinition metricDefinition)
A structure that contains details about the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricGoal> |
Experiment.getMetricGoals()
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setMetricGoals(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(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.
|
Copyright © 2025. All rights reserved.