Share via


JobAllNodes Class

Definition

All nodes means the service will be running on all of the nodes of the job.

public class JobAllNodes : Azure.ResourceManager.MachineLearning.Models.JobNodes, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.JobAllNodes>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.JobAllNodes>
public class JobAllNodes : Azure.ResourceManager.MachineLearning.Models.JobNodes
type JobAllNodes = class
    inherit JobNodes
    interface IJsonModel<JobAllNodes>
    interface IPersistableModel<JobAllNodes>
type JobAllNodes = class
    inherit JobNodes
Public Class JobAllNodes
Inherits JobNodes
Implements IJsonModel(Of JobAllNodes), IPersistableModel(Of JobAllNodes)
Public Class JobAllNodes
Inherits JobNodes
Inheritance
JobAllNodes
Implements

Constructors

JobAllNodes()

Initializes a new instance of JobAllNodes.

Explicit Interface Implementations

IJsonModel<JobAllNodes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JobAllNodes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<JobNodes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from JobNodes)
IPersistableModel<JobAllNodes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JobAllNodes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JobAllNodes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<JobNodes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from JobNodes)

Applies to