ArmMachineLearningModelFactory.MachineLearningSweepJobLimits Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 MachineLearningSweepJobLimits instance for mocking.