Udostępnij za pośrednictwem


CategoricalDataDriftMetricThreshold Class

Definition

The CategoricalDataDriftMetricThreshold.

public class CategoricalDataDriftMetricThreshold : Azure.ResourceManager.MachineLearning.Models.DataDriftMetricThresholdBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.CategoricalDataDriftMetricThreshold>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.CategoricalDataDriftMetricThreshold>
public class CategoricalDataDriftMetricThreshold : Azure.ResourceManager.MachineLearning.Models.DataDriftMetricThresholdBase
type CategoricalDataDriftMetricThreshold = class
    inherit DataDriftMetricThresholdBase
    interface IJsonModel<CategoricalDataDriftMetricThreshold>
    interface IPersistableModel<CategoricalDataDriftMetricThreshold>
type CategoricalDataDriftMetricThreshold = class
    inherit DataDriftMetricThresholdBase
Public Class CategoricalDataDriftMetricThreshold
Inherits DataDriftMetricThresholdBase
Implements IJsonModel(Of CategoricalDataDriftMetricThreshold), IPersistableModel(Of CategoricalDataDriftMetricThreshold)
Public Class CategoricalDataDriftMetricThreshold
Inherits DataDriftMetricThresholdBase
Inheritance
CategoricalDataDriftMetricThreshold
Implements

Constructors

CategoricalDataDriftMetricThreshold(CategoricalDataDriftMetric)

Initializes a new instance of CategoricalDataDriftMetricThreshold.

Properties

Metric

[Required] The categorical data drift metric to calculate.

ThresholdValue

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

(Inherited from DataDriftMetricThresholdBase)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CategoricalDataDriftMetricThreshold>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CategoricalDataDriftMetricThreshold>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataDriftMetricThresholdBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataDriftMetricThresholdBase)
IJsonModel<DataDriftMetricThresholdBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataDriftMetricThresholdBase)
IPersistableModel<CategoricalDataDriftMetricThreshold>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CategoricalDataDriftMetricThreshold>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CategoricalDataDriftMetricThreshold>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataDriftMetricThresholdBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataDriftMetricThresholdBase)
IPersistableModel<DataDriftMetricThresholdBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataDriftMetricThresholdBase)
IPersistableModel<DataDriftMetricThresholdBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataDriftMetricThresholdBase)

Applies to