Partilhar via


ArmMachineLearningModelFactory.AmlComputeNodeInformation Método

Definição

Inicializa uma nova instância de 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

Parâmetros

nodeId
String

ID do nó de computação.

privateIPAddress
IPAddress

Endereço IP privado do nó de computação.

publicIPAddress
IPAddress

Endereço IP público do nó de computação.

port
Nullable<Int32>

Número da porta SSH do nó.

nodeState
Nullable<MachineLearningNodeState>

Estado do nó de computação. Os valores estão ociosos, em execução, em preparação, inutilizáveis, deixando e preemptos.

runId
String

ID do experimento em execução no nó, se houver outro valor nulo.

Retornos

Uma nova AmlComputeNodeInformation instância para simulação.

Aplica-se a