Compartir a través de


ArmMachineLearningModelFactory.AmlComputeNodeInformation Método

Definición

Inicializa una nueva instancia 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

Identificador del nodo de proceso.

privateIPAddress
IPAddress

Dirección IP privada del nodo de proceso.

publicIPAddress
IPAddress

Dirección IP pública del nodo de proceso.

port
Nullable<Int32>

Número de puerto SSH del nodo.

nodeState
Nullable<MachineLearningNodeState>

Estado del nodo de proceso. Los valores están inactivos, en ejecución, preparando, inutilizables, dejando y adelantando.

runId
String

Identificador del experimento que se ejecuta en el nodo, si lo hay.

Devoluciones

AmlComputeNodeInformation Nueva instancia de para simular.

Se aplica a