Share via


MachineLearningCommandJobLimits Class

Definition

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

IJsonModel<MachineLearningCommandJobLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningCommandJobLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningJobLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningJobLimits)
IJsonModel<MachineLearningJobLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningJobLimits)
IPersistableModel<MachineLearningCommandJobLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningCommandJobLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningCommandJobLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningJobLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningJobLimits)
IPersistableModel<MachineLearningJobLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningJobLimits)
IPersistableModel<MachineLearningJobLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningJobLimits)

Applies to