Aracılığıyla paylaş


IBatchDeploymentProperties.RetrySettingMaxRetry Property

Definition

Maximum retry count for a mini-batch

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Maximum retry count for a mini-batch", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maxRetries")]
public int? RetrySettingMaxRetry { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Maximum retry count for a mini-batch", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maxRetries")>]
member this.RetrySettingMaxRetry : Nullable<int> with get, set
Public Property RetrySettingMaxRetry As Nullable(Of Integer)

Property Value

Attributes

Applies to