metricThresholds

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

Parameters

value

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


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


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

Parameters

values

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