Sprog

ArmMachineLearningModelFactory.MachineLearningSweepJobLimits Method

Definition

Sweep Job limit class.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningSweepJobLimits MachineLearningSweepJobLimits(TimeSpan? timeout = default, int? maxConcurrentTrials = default, int? maxTotalTrials = default, TimeSpan? trialTimeout = default);
static member MachineLearningSweepJobLimits : Nullable<TimeSpan> * Nullable<int> * Nullable<int> * Nullable<TimeSpan> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningSweepJobLimits
Public Shared Function MachineLearningSweepJobLimits (Optional timeout As Nullable(Of TimeSpan) = Nothing, Optional maxConcurrentTrials As Nullable(Of Integer) = Nothing, Optional maxTotalTrials As Nullable(Of Integer) = Nothing, Optional trialTimeout As Nullable(Of TimeSpan) = Nothing) As MachineLearningSweepJobLimits

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.

maxConcurrentTrials
Nullable<Int32>

Sweep Job max concurrent trials.

maxTotalTrials
Nullable<Int32>

Sweep Job max total trials.

trialTimeout
Nullable<TimeSpan>

Sweep Job Trial timeout value.

Returns

A new MachineLearningSweepJobLimits instance for mocking.

Applies to