PredictionDriftMetricThresholdBase Class

Definition

Please note PredictionDriftMetricThresholdBase 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 CategoricalPredictionDriftMetricThreshold and NumericalPredictionDriftMetricThreshold.

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

Constructors

PredictionDriftMetricThresholdBase()

Initializes a new instance of PredictionDriftMetricThresholdBase.

Properties

ThresholdValue

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

Explicit Interface Implementations

IJsonModel<PredictionDriftMetricThresholdBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredictionDriftMetricThresholdBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictionDriftMetricThresholdBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictionDriftMetricThresholdBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredictionDriftMetricThresholdBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to