FeaturesetContainerProperties 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 set
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetContainerPropertiesTypeConverter))]
public class FeaturesetContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetContainerPropertiesTypeConverter))>]
type FeaturesetContainerProperties = class
interface IFeaturesetContainerProperties
interface IJsonSerializable
interface IAssetContainer
interface IResourceBase
interface IValidates
Public Class FeaturesetContainerProperties
Implements IFeaturesetContainerProperties, IValidates
- Inheritance
-
FeaturesetContainerProperties
- Attributes
- Implements
Constructors
FeaturesetContainerProperties() |
Creates an new FeaturesetContainerProperties instance. |
Properties
Description |
The asset description text. |
IsArchived |
Is the asset archived? |
LatestVersion |
The latest version inside this container. |
NextVersion |
The next auto incremental version |
Property |
The asset property dictionary. |
ProvisioningState |
Provisioning state for the featureset container. |
Tag |
Tag dictionary. Tags can be added, removed, and updated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeaturesetContainerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeaturesetContainerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetContainerProperties. |
FromJsonString(String) |
Creates a new instance of FeaturesetContainerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeaturesetContainerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |