CategoricalDataQualityMetricThreshold interface

Extends

Properties

dataType

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

metric

[Required] The categorical 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: "Categorical"

Property Value

"Categorical"

metric

[Required] The categorical 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