ภาษา

MachineLearningCommandJobLimits Constructors

Definition

Overloads

MachineLearningCommandJobLimits()

Source:
MachineLearningCommandJobLimits.cs
Source:
MachineLearningCommandJobLimits.cs

Initializes a new instance of MachineLearningCommandJobLimits.

public MachineLearningCommandJobLimits();
Public Sub New ()

Applies to

MachineLearningCommandJobLimits(Nullable<TimeSpan>)

Source:
CommandJobLimits.cs

Initializes a new instance of MachineLearningCommandJobLimits.

public MachineLearningCommandJobLimits(TimeSpan? timeout);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJobLimits : Nullable<TimeSpan> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJobLimits
Public Sub New (timeout As Nullable(Of TimeSpan))

Parameters

timeout
Nullable<TimeSpan>

The max run duration in ISO 8601 format, after which the job will be cancelled.

Applies to