ArmMachineLearningModelFactory.MachineLearningJobLimits 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.
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.
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.