共用方式為


MachineLearningAllFeatures Class

Definition

The MachineLearningAllFeatures.

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

Constructors

MachineLearningAllFeatures()

Initializes a new instance of MachineLearningAllFeatures.

Explicit Interface Implementations

IJsonModel<MachineLearningAllFeatures>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningAllFeatures>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MonitoringFeatureFilterBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MonitoringFeatureFilterBase)
IPersistableModel<MachineLearningAllFeatures>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAllFeatures>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningAllFeatures>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MonitoringFeatureFilterBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MonitoringFeatureFilterBase)

Applies to