FeatureSubset Class

Definition

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

Constructors

FeatureSubset()

Creates an new FeatureSubset instance.

Properties

Feature

[Required] The list of features to include.

FilterType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FeatureSubset.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FeatureSubset.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FeatureSubset into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to