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