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.MachineLearningJobLimits
type MachineLearningCommandJobLimits = class
inherit MachineLearningJobLimits
interface IJsonModel<MachineLearningCommandJobLimits>
interface IPersistableModel<MachineLearningCommandJobLimits>
type MachineLearningCommandJobLimits = class
inherit MachineLearningJobLimits
Public 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) |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET