CategoricalDataDriftMetricThreshold interface
- Extends
Properties
data |
Polymorphic discriminator, which specifies the different types this object can be |
metric | [Required] The categorical data drift 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 drift 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 DataDriftMetricThresholdBase.threshold