你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMachineLearningModelFactory.AmlComputeNodeInformation 方法

定义

初始化 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

参数

nodeId
String

计算节点的 ID。

privateIPAddress
IPAddress

计算节点的专用 IP 地址。

publicIPAddress
IPAddress

计算节点的公共 IP 地址。

port
Nullable<Int32>

节点的 SSH 端口号。

nodeState
Nullable<MachineLearningNodeState>

计算节点的状态。 值处于空闲、正在运行、准备、不可用、离开和抢占状态。

runId
String

节点上运行的试验的 ID(如果为 null)。

返回

用于模拟的新 AmlComputeNodeInformation 实例。

适用于