ArmMachineLearningModelFactory.AmlComputeNodeInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET