FeatureProperties 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.
DTO object representing feature
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturePropertiesTypeConverter))]
public class FeatureProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturePropertiesTypeConverter))>]
type FeatureProperties = class
interface IFeatureProperties
interface IJsonSerializable
interface IResourceBase
interface IValidates
Public Class FeatureProperties
Implements IFeatureProperties, IValidates
- Inheritance
-
FeatureProperties
- Attributes
- Implements
Constructors
FeatureProperties() |
Creates an new FeatureProperties instance. |
Properties
DataType |
Specifies type |
Description |
The asset description text. |
FeatureName |
Specifies name |
Property |
The asset property dictionary. |
Tag |
Tag dictionary. Tags can be added, removed, and updated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeatureProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeatureProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureProperties. |
FromJsonString(String) |
Creates a new instance of FeatureProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeatureProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |