Prediction Drift Monitoring Signal Args Builder
Functions
Link copied to clipboard
suspend fun featureDataTypeOverride(value: Output<Map<String, Either<String, MonitoringFeatureDataType>>>)
Link copied to clipboard
suspend fun metricThresholds(value: Output<List<Either<CategoricalPredictionDriftMetricThresholdArgs, NumericalPredictionDriftMetricThresholdArgs>>>)
suspend fun metricThresholds(vararg values: Either<CategoricalPredictionDriftMetricThresholdArgs, NumericalPredictionDriftMetricThresholdArgs>)
suspend fun metricThresholds(vararg values: Output<Either<CategoricalPredictionDriftMetricThresholdArgs, NumericalPredictionDriftMetricThresholdArgs>>)
suspend fun metricThresholds(value: List<Either<CategoricalPredictionDriftMetricThresholdArgs, NumericalPredictionDriftMetricThresholdArgs>>)
suspend fun metricThresholds(values: List<Output<Either<CategoricalPredictionDriftMetricThresholdArgs, NumericalPredictionDriftMetricThresholdArgs>>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard