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