NumericalDataQualityMetricThreshold interface
- Extends
Properties
data |
Polymorphic discriminator, which specifies the different types this object can be |
metric | [Required] The numerical data quality metric to calculate. |
Inherited Properties
threshold | The threshold value. If null, a default value will be set depending on the selected metric. |
Property Details
dataType
Polymorphic discriminator, which specifies the different types this object can be
dataType: "Numerical"
Property Value
"Numerical"
metric
[Required] The numerical data quality metric to calculate.
metric: string
Property Value
string
Inherited Property Details
threshold
The threshold value. If null, a default value will be set depending on the selected metric.
threshold?: MonitoringThreshold
Property Value
Inherited From DataQualityMetricThresholdBase.threshold