共用方式為


NumericalDataDriftMetricThreshold Class

Definition

The NumericalDataDriftMetricThreshold.

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

Constructors

NumericalDataDriftMetricThreshold(NumericalDataDriftMetric)

Initializes a new instance of NumericalDataDriftMetricThreshold.

Properties

Metric

[Required] The numerical data drift metric to calculate.

ThresholdValue

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

(Inherited from DataDriftMetricThresholdBase)

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataDriftMetricThresholdBase)
IJsonModel<NumericalDataDriftMetricThreshold>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NumericalDataDriftMetricThreshold>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<NumericalDataDriftMetricThreshold>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NumericalDataDriftMetricThreshold>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NumericalDataDriftMetricThreshold>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to