DataQualityMetricThresholdBase interface

Properties

dataType

Polymorphic discriminator, which specifies the different types this object can be

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: "Categorical" | "Numerical"

Property Value

"Categorical" | "Numerical"

threshold

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

threshold?: MonitoringThreshold

Property Value