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