Share via


NumericalPredictionDriftMetricThreshold Class

Definition

The NumericalPredictionDriftMetricThreshold.

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

Constructors

NumericalPredictionDriftMetricThreshold(NumericalPredictionDriftMetric)

Initializes a new instance of NumericalPredictionDriftMetricThreshold.

Properties

Metric

[Required] The numerical prediction drift metric to calculate.

ThresholdValue

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

(Inherited from PredictionDriftMetricThresholdBase)

Explicit Interface Implementations

IJsonModel<NumericalPredictionDriftMetricThreshold>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NumericalPredictionDriftMetricThreshold>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PredictionDriftMetricThresholdBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PredictionDriftMetricThresholdBase)
IPersistableModel<NumericalPredictionDriftMetricThreshold>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NumericalPredictionDriftMetricThreshold>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NumericalPredictionDriftMetricThreshold>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PredictionDriftMetricThresholdBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PredictionDriftMetricThresholdBase)

Applies to