你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ComponentVersionProperties 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.
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. |