CategoricalDataQualityMetricThresholdArgs

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

Constructors

constructor(dataType: Output<String>, metric: Output<Either<String, CategoricalDataQualityMetric>>, 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 quality 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(): CategoricalDataQualityMetricThresholdArgs