共用方式為


AllFeatures Class

Definition

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

Constructors

Name Description
AllFeatures()

Creates an new AllFeatures instance.

Properties

Name Description
FilterType

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AllFeatures.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AllFeatures.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AllFeatures into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to