Delen via


ModelContainerProperties Class

Definition

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

Constructors

ModelContainerProperties()

Creates an new ModelContainerProperties 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.

Tag

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ModelContainerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ModelContainerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IModelContainerProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ModelContainerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to