MachineLearningNodeStateCounts Class

Definition

Counts of various compute node states on the amlCompute.

public class MachineLearningNodeStateCounts
type MachineLearningNodeStateCounts = class
Public Class MachineLearningNodeStateCounts
Inheritance
MachineLearningNodeStateCounts

Properties

IdleNodeCount

Number of compute nodes in idle state.

LeavingNodeCount

Number of compute nodes which are leaving the amlCompute.

PreemptedNodeCount

Number of compute nodes which are in preempted state.

PreparingNodeCount

Number of compute nodes which are being prepared.

RunningNodeCount

Number of compute nodes which are running jobs.

UnusableNodeCount

Number of compute nodes which are in unusable state.

Applies to