Lingua

ArmMachineLearningModelFactory.MachineLearningCommandJobLimits Method

Definition

Command Job limit class.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJobLimits MachineLearningCommandJobLimits(TimeSpan? timeout = default);
static member MachineLearningCommandJobLimits : Nullable<TimeSpan> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJobLimits
Public Shared Function MachineLearningCommandJobLimits (Optional timeout As Nullable(Of TimeSpan) = Nothing) As MachineLearningCommandJobLimits

Parameters

timeout
Nullable<TimeSpan>

The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.

Returns

A new MachineLearningCommandJobLimits instance for mocking.

Applies to