metricGoals

@JvmName(name = "xlvbytsaqskmyjlg")
suspend fun metricGoals(value: Output<List<ExperimentMetricGoalObjectArgs>>)
@JvmName(name = "ysvtsrushkcacakw")
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 = "tjqfvnbpqsftjwkf")
suspend fun metricGoals(vararg values: Output<ExperimentMetricGoalObjectArgs>)


@JvmName(name = "jwryrqlfufwxyfgv")
suspend fun metricGoals(values: List<Output<ExperimentMetricGoalObjectArgs>>)
@JvmName(name = "hrxhjrirhbvtnijj")
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 = "nmodqarvyjmmuyva")
suspend fun metricGoals(argument: List<suspend ExperimentMetricGoalObjectArgsBuilder.() -> Unit>)
@JvmName(name = "wwwrxgfsxheopedh")
suspend fun metricGoals(vararg argument: suspend ExperimentMetricGoalObjectArgsBuilder.() -> Unit)
@JvmName(name = "wsyofduwppqxbsqa")
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.