Uses of Class
software.amazon.awssdk.services.evidently.model.MetricGoal
-
Packages that use MetricGoal Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of MetricGoal in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type MetricGoal Modifier and Type Method 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.Methods in software.amazon.awssdk.services.evidently.model with parameters of type MetricGoal Modifier and Type Method Description Experiment.BuilderExperiment.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.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type MetricGoal Modifier and Type Method Description Experiment.BuilderExperiment.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.
-