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