MachineLearningJobService 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.
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
| Name | Description |
|---|---|
| MachineLearningJobService() |
Initializes a new instance of MachineLearningJobService. |
Properties
| Name | Description |
|---|---|
| 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. |
| Port |
Port for endpoint. |
| Properties |
Additional properties to set on the endpoint. |
| Status |
Status of endpoint. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |