ISweepJob.LimitTrialTimeout Property

Definition

Sweep Job Trial timeout value.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Sweep Job Trial timeout value.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="trialTimeout", Update=false)]
public TimeSpan? LimitTrialTimeout { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Sweep Job Trial timeout value.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="trialTimeout", Update=false)>]
member this.LimitTrialTimeout : Nullable<TimeSpan> with get, set
Public Property LimitTrialTimeout As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to