Lingua

DataDriftMetricThresholdBase Class

Definition

The DataDriftMetricThresholdBase. Please note this is the abstract base class. The derived classes available for instantiation are: 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

Name Description
DataDriftMetricThresholdBase()

Initializes a new instance of DataDriftMetricThresholdBase.

Properties

Name Description
ThresholdValue

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

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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