Share via


TopNFeaturesByAttribution Class

Definition

The TopNFeaturesByAttribution.

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

Constructors

TopNFeaturesByAttribution()

Initializes a new instance of TopNFeaturesByAttribution.

Properties

Top

The number of top features to include.

Explicit Interface Implementations

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)
IJsonModel<TopNFeaturesByAttribution>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TopNFeaturesByAttribution>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<TopNFeaturesByAttribution>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TopNFeaturesByAttribution>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to