Data Quality Monitoring Signal Args Builder
Builder for DataQualityMonitoringSignalArgs.
Functions
Link copied to clipboard
suspend fun featureDataTypeOverride(value: Output<Map<String, Either<String, MonitoringFeatureDataType>>>)
Link copied to clipboard
suspend fun featureImportanceSettings(argument: suspend FeatureImportanceSettingsArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun metricThresholds(value: Output<List<Either<CategoricalDataQualityMetricThresholdArgs, NumericalDataQualityMetricThresholdArgs>>>)
suspend fun metricThresholds(vararg values: Either<CategoricalDataQualityMetricThresholdArgs, NumericalDataQualityMetricThresholdArgs>)
suspend fun metricThresholds(vararg values: Output<Either<CategoricalDataQualityMetricThresholdArgs, NumericalDataQualityMetricThresholdArgs>>)
suspend fun metricThresholds(value: List<Either<CategoricalDataQualityMetricThresholdArgs, NumericalDataQualityMetricThresholdArgs>>)
suspend fun metricThresholds(values: List<Output<Either<CategoricalDataQualityMetricThresholdArgs, NumericalDataQualityMetricThresholdArgs>>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard