Lingua

ArmMachineLearningModelFactory.MachineLearningJobLimits Method

Definition

The MachineLearningJobLimits. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningCommandJobLimits and MachineLearningSweepJobLimits.

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

Parameters

jobLimitsType
String

[Required] JobLimit type.

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 MachineLearningJobLimits instance for mocking.

Applies to