Share via


ComponentVersionProperties Class

Definition

Definition of a component version: defines resources that span component types.

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

Constructors

ComponentVersionProperties()

Creates an new ComponentVersionProperties instance.

Properties

ComponentSpec

Defines Component definition details. https://learn.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command

Description

The asset description text.

IsAnonymou

If the name version are system generated (anonymous registration).

IsArchived

Is the asset archived?

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 ComponentVersionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComponentVersionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComponentVersionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to