metric Thresholds
suspend fun metricThresholds(value: Output<List<Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>>>)
suspend fun metricThresholds(value: List<Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>>)
Parameters
value
Required A list of metrics to calculate and their associated thresholds.
suspend fun metricThresholds(vararg values: Output<Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>>)
suspend fun metricThresholds(values: List<Output<Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>>>)
suspend fun metricThresholds(vararg values: Either<CategoricalDataDriftMetricThresholdArgs, NumericalDataDriftMetricThresholdArgs>)
Parameters
values
Required A list of metrics to calculate and their associated thresholds.