NumericalDataQualityMetricThresholdResponse

data class NumericalDataQualityMetricThresholdResponse(val dataType: String, val metric: String, val threshold: MonitoringThresholdResponse? = null)

Constructors

constructor(dataType: String, metric: String, threshold: MonitoringThresholdResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expected value is 'Numerical'.

Link copied to clipboard

Required The numerical data quality metric to calculate.

Link copied to clipboard

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