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