metricThresholds

@JvmName(name = "pheqinabpcwmhyvl")
suspend fun metricThresholds(value: Output<List<Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>>>)

Parameters

value

Required A list of metrics to calculate and their associated thresholds.


@JvmName(name = "ufjieugvnouhveqi")
suspend fun metricThresholds(vararg values: Output<Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>>)


@JvmName(name = "nvvtiqwsdtqpyfes")
suspend fun metricThresholds(values: List<Output<Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>>>)
@JvmName(name = "qnhwtuxjvfsbkuxa")
suspend fun metricThresholds(vararg values: Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>)

Parameters

values

Required A list of metrics to calculate and their associated thresholds.