FeaturestoreEntityContainerProperties Class

Definition

DTO object representing feature entity

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturestoreEntityContainerPropertiesTypeConverter))]
public class FeaturestoreEntityContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturestoreEntityContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturestoreEntityContainerPropertiesTypeConverter))>]
type FeaturestoreEntityContainerProperties = class
    interface IFeaturestoreEntityContainerProperties
    interface IJsonSerializable
    interface IAssetContainer
    interface IResourceBase
    interface IValidates
Public Class FeaturestoreEntityContainerProperties
Implements IFeaturestoreEntityContainerProperties, IValidates
Inheritance
FeaturestoreEntityContainerProperties
Attributes
Implements

Constructors

FeaturestoreEntityContainerProperties()

Creates an new FeaturestoreEntityContainerProperties 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 featurestore entity container.

Tag

Tag dictionary. Tags can be added, removed, and updated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FeaturestoreEntityContainerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FeaturestoreEntityContainerProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FeaturestoreEntityContainerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to