ภาษา

ArmMachineLearningModelFactory.MachineLearningJobService Method

Definition

Job endpoint definition.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningJobService MachineLearningJobService(string endpoint = default, string errorMessage = default, string jobServiceType = default, Azure.ResourceManager.MachineLearning.Models.JobNodes nodes = default, int? port = default, System.Collections.Generic.IDictionary<string,string> properties = default, string status = default);
static member MachineLearningJobService : string * string * string * Azure.ResourceManager.MachineLearning.Models.JobNodes * Nullable<int> * System.Collections.Generic.IDictionary<string, string> * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningJobService
Public Shared Function MachineLearningJobService (Optional endpoint As String = Nothing, Optional errorMessage As String = Nothing, Optional jobServiceType As String = Nothing, Optional nodes As JobNodes = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional status As String = Nothing) As MachineLearningJobService

Parameters

endpoint
String

Url for endpoint.

errorMessage
String

Any error in the service.

jobServiceType
String

Endpoint type.

nodes
JobNodes

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
Nullable<Int32>

Port for endpoint.

properties
IDictionary<String,String>

Additional properties to set on the endpoint.

status
String

Status of endpoint.

Returns

A new MachineLearningJobService instance for mocking.

Applies to