metricGoals

@JvmName(name = "dfgtpkbuoclsygfk")
suspend fun metricGoals(value: Output<List<ExperimentMetricGoalObjectArgs>>)
@JvmName(name = "lkugccfhtmeghypc")
suspend fun metricGoals(value: List<ExperimentMetricGoalObjectArgs>?)

Parameters

value

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. You can use up to three metrics in an experiment.


@JvmName(name = "kfonrdenvyqeylcq")
suspend fun metricGoals(vararg values: Output<ExperimentMetricGoalObjectArgs>)


@JvmName(name = "rwqtgjcywueggepu")
suspend fun metricGoals(values: List<Output<ExperimentMetricGoalObjectArgs>>)
@JvmName(name = "mrbdtvuwpdkfosop")
suspend fun metricGoals(vararg values: ExperimentMetricGoalObjectArgs)

Parameters

values

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. You can use up to three metrics in an experiment.


@JvmName(name = "mwrdijalhrocvtpu")
suspend fun metricGoals(argument: List<suspend ExperimentMetricGoalObjectArgsBuilder.() -> Unit>)
@JvmName(name = "bbcxxjwnsolhcaht")
suspend fun metricGoals(vararg argument: suspend ExperimentMetricGoalObjectArgsBuilder.() -> Unit)
@JvmName(name = "wykrshkwgnsvxycy")
suspend fun metricGoals(argument: suspend ExperimentMetricGoalObjectArgsBuilder.() -> Unit)

Parameters

argument

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. You can use up to three metrics in an experiment.