共用方式為


MachineLearningJobService Class

Definition

Job endpoint definition.

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

Constructors

MachineLearningJobService()

Initializes a new instance of MachineLearningJobService.

Properties

Endpoint

Url for endpoint.

ErrorMessage

Any error in the service.

JobServiceType

Endpoint type.

Nodes

Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node. Please note JobNodes is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include JobAllNodes.

Port

Port for endpoint.

Properties

Additional properties to set on the endpoint.

Status

Status of endpoint.

Explicit Interface Implementations

IJsonModel<MachineLearningJobService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningJobService>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningJobService>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningJobService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningJobService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to