CategoricalDataDriftMetricThresholdArgs

data class CategoricalDataDriftMetricThresholdArgs(val dataType: Output<String>, val metric: Output<Either<String, CategoricalDataDriftMetric>>, val threshold: Output<MonitoringThresholdArgs>? = null) : ConvertibleToJava<CategoricalDataDriftMetricThresholdArgs>

Constructors

Link copied to clipboard
constructor(dataType: Output<String>, metric: Output<Either<String, CategoricalDataDriftMetric>>, threshold: Output<MonitoringThresholdArgs>? = null)

Properties

Link copied to clipboard
val dataType: Output<String>

Expected value is 'Categorical'.

Link copied to clipboard

Required The categorical data drift metric to calculate.

Link copied to clipboard
val threshold: Output<MonitoringThresholdArgs>? = null

The threshold value. If null, a default value will be set depending on the selected metric.

Functions

Link copied to clipboard
open override fun toJava(): CategoricalDataDriftMetricThresholdArgs