AllFeatures Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
AllFeatures() |
Creates an new AllFeatures instance. |
Properties
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 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. |