IOnlineRequestSettings.RequestTimeout Property

Definition

The scoring timeout in ISO 8601 format. Defaults to 5000ms.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The scoring timeout in ISO 8601 format.\r\n        Defaults to 5000ms.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestTimeout", Update=true)]
public TimeSpan? RequestTimeout { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The scoring timeout in ISO 8601 format.\r\n        Defaults to 5000ms.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestTimeout", Update=true)>]
member this.RequestTimeout : Nullable<TimeSpan> with get, set
Public Property RequestTimeout As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to