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