Numerical Prediction Drift Metric Threshold Args
data class NumericalPredictionDriftMetricThresholdArgs(val dataType: Output<String>, val metric: Output<Either<String, NumericalPredictionDriftMetric>>, val threshold: Output<MonitoringThresholdArgs>? = null) : ConvertibleToJava<NumericalPredictionDriftMetricThresholdArgs>
Constructors
Link copied to clipboard
constructor(dataType: Output<String>, metric: Output<Either<String, NumericalPredictionDriftMetric>>, threshold: Output<MonitoringThresholdArgs>? = null)