IComponentVersionProperties.ComponentSpec Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Defines Component definition details.\r\n        <see href="https://learn.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComponentVersionComponentSpec) }, Read=true, ReadOnly=false, Required=false, SerializedName="componentSpec", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComponentVersionComponentSpec ComponentSpec { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Defines Component definition details.\r\n        <see href="https://learn.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComponentVersionComponentSpec) }, Read=true, ReadOnly=false, Required=false, SerializedName="componentSpec", Update=true)>]
member this.ComponentSpec : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComponentVersionComponentSpec with get, set
Public Property ComponentSpec As IComponentVersionComponentSpec

Property Value

Attributes

Applies to