Share via


DataDriftMetricThresholdBase Class

Definition

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.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownDataDriftMetricThresholdBase))]
public abstract class DataDriftMetricThresholdBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.DataDriftMetricThresholdBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.DataDriftMetricThresholdBase>
public abstract class DataDriftMetricThresholdBase
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownDataDriftMetricThresholdBase))>]
type DataDriftMetricThresholdBase = class
    interface IJsonModel<DataDriftMetricThresholdBase>
    interface IPersistableModel<DataDriftMetricThresholdBase>
type DataDriftMetricThresholdBase = class
Public MustInherit Class DataDriftMetricThresholdBase
Implements IJsonModel(Of DataDriftMetricThresholdBase), IPersistableModel(Of DataDriftMetricThresholdBase)
Public MustInherit Class DataDriftMetricThresholdBase
Inheritance
DataDriftMetricThresholdBase
Derived
Attributes
Implements

Constructors

DataDriftMetricThresholdBase()

Initializes a new instance of DataDriftMetricThresholdBase.

Properties

ThresholdValue

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

Explicit Interface Implementations

IJsonModel<DataDriftMetricThresholdBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataDriftMetricThresholdBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataDriftMetricThresholdBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataDriftMetricThresholdBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataDriftMetricThresholdBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to