MachineLearningCommandJobLimits Class    
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 class MachineLearningCommandJobLimits : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobLimits, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJobLimits>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJobLimits>public class MachineLearningCommandJobLimits : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobLimitstype MachineLearningCommandJobLimits = class
    inherit MachineLearningJobLimits
    interface IJsonModel<MachineLearningCommandJobLimits>
    interface IPersistableModel<MachineLearningCommandJobLimits>type MachineLearningCommandJobLimits = class
    inherit MachineLearningJobLimitsPublic Class MachineLearningCommandJobLimits
Inherits MachineLearningJobLimits
Implements IJsonModel(Of MachineLearningCommandJobLimits), IPersistableModel(Of MachineLearningCommandJobLimits)Public Class MachineLearningCommandJobLimits
Inherits MachineLearningJobLimits- Inheritance
- Implements
Constructors
| MachineLearningCommandJobLimits() | Initializes a new instance of MachineLearningCommandJobLimits. | 
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.(Inherited from MachineLearningJobLimits) | 
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |