Share via


MachineLearningJobLimits Class

Definition

The MachineLearningJobLimits. Please note MachineLearningJobLimits is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningSweepJobLimits and MachineLearningCommandJobLimits.

public abstract class MachineLearningJobLimits
type MachineLearningJobLimits = class
Public MustInherit Class MachineLearningJobLimits
Inheritance
MachineLearningJobLimits
Derived

Constructors

MachineLearningJobLimits()

Initializes a new instance of MachineLearningJobLimits.

Properties

Timeout

The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.

Applies to