IAmlComputeProperties.Error Property

Definition

Collection of errors encountered by various compute nodes during node setup.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Collection of errors encountered by various compute nodes during node setup.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse) }, Read=true, ReadOnly=true, Required=false, SerializedName="errors", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse> Error { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Collection of errors encountered by various compute nodes during node setup.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse) }, Read=true, ReadOnly=true, Required=false, SerializedName="errors", Update=false)>]
member this.Error : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse>
Public ReadOnly Property Error As List(Of IErrorResponse)

Property Value

Attributes

Applies to