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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET