Udostępnij przez


TopNFeaturesByAttribution Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TopNFeaturesByAttributionTypeConverter))]
public class TopNFeaturesByAttribution : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITopNFeaturesByAttribution, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TopNFeaturesByAttributionTypeConverter))>]
type TopNFeaturesByAttribution = class
    interface ITopNFeaturesByAttribution
    interface IJsonSerializable
    interface IMonitoringFeatureFilterBase
    interface IValidates
Public Class TopNFeaturesByAttribution
Implements ITopNFeaturesByAttribution, IValidates
Inheritance
TopNFeaturesByAttribution
Attributes
Implements

Constructors

Name Description
TopNFeaturesByAttribution()

Creates an new TopNFeaturesByAttribution instance.

Properties

Name Description
FilterType

[Required] Specifies the feature filter to leverage when selecting features to calculate metrics over.

Top

The number of top features to include.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TopNFeaturesByAttribution.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TopNFeaturesByAttribution.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITopNFeaturesByAttribution.

FromJsonString(String)

Creates a new instance of TopNFeaturesByAttribution, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TopNFeaturesByAttribution into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to