Sdílet prostřednictvím


MachineLearningJobService Class

Definition

Job endpoint definition.

public class MachineLearningJobService
type MachineLearningJobService = class
Public Class MachineLearningJobService
Inheritance
MachineLearningJobService

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 set by user.

Properties

Additional properties to set on the endpoint.

Status

Status of endpoint.

Applies to