Sdílet prostřednictvím


ArmMachineLearningModelFactory.AmlComputeNodeInformation Method

Definition

Initializes a new instance of AmlComputeNodeInformation.

public static Azure.ResourceManager.MachineLearning.Models.AmlComputeNodeInformation AmlComputeNodeInformation (string nodeId = default, System.Net.IPAddress privateIPAddress = default, System.Net.IPAddress publicIPAddress = default, int? port = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNodeState? nodeState = default, string runId = default);
static member AmlComputeNodeInformation : string * System.Net.IPAddress * System.Net.IPAddress * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningNodeState> * string -> Azure.ResourceManager.MachineLearning.Models.AmlComputeNodeInformation
Public Shared Function AmlComputeNodeInformation (Optional nodeId As String = Nothing, Optional privateIPAddress As IPAddress = Nothing, Optional publicIPAddress As IPAddress = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional nodeState As Nullable(Of MachineLearningNodeState) = Nothing, Optional runId As String = Nothing) As AmlComputeNodeInformation

Parameters

nodeId
String

ID of the compute node.

privateIPAddress
IPAddress

Private IP address of the compute node.

publicIPAddress
IPAddress

Public IP address of the compute node.

port
Nullable<Int32>

SSH port number of the node.

nodeState
Nullable<MachineLearningNodeState>

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.

runId
String

ID of the Experiment running on the node, if any else null.

Returns

A new AmlComputeNodeInformation instance for mocking.

Applies to