DataDriftMetricThresholdBase Class

Definition

The DataDriftMetricThresholdBase. Please note DataDriftMetricThresholdBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CategoricalDataDriftMetricThreshold and NumericalDataDriftMetricThreshold.

public abstract class DataDriftMetricThresholdBase
type DataDriftMetricThresholdBase = class
Public MustInherit Class DataDriftMetricThresholdBase
Inheritance
DataDriftMetricThresholdBase
Derived

Constructors

DataDriftMetricThresholdBase()

Initializes a new instance of DataDriftMetricThresholdBase.

Properties

ThresholdValue

The threshold value. If null, the set default is dependent on the metric type.

Applies to