Udostępnij za pośrednictwem


FeatureSubset Class

Definition

The FeatureSubset.

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

Constructors

FeatureSubset(IEnumerable<String>)

Initializes a new instance of FeatureSubset.

Properties

Features

[Required] The list of features to include.

Explicit Interface Implementations

IJsonModel<FeatureSubset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FeatureSubset>.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<FeatureSubset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FeatureSubset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FeatureSubset>.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