| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<MetricGoal> |
Experiment.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 |
|---|---|
Experiment.Builder |
Experiment.Builder.metricGoals(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 |
|---|---|
Experiment.Builder |
Experiment.Builder.metricGoals(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 © 2022. All rights reserved.