MachineLearningNodeStateCounts クラス

定義

amlCompute のさまざまなコンピューティング ノードの状態の数。

public class MachineLearningNodeStateCounts
type MachineLearningNodeStateCounts = class
Public Class MachineLearningNodeStateCounts
継承
MachineLearningNodeStateCounts

プロパティ

IdleNodeCount

アイドル状態のコンピューティング ノードの数。

LeavingNodeCount

amlCompute を終了するコンピューティング ノードの数。

PreemptedNodeCount

割り込まれた状態にあるコンピューティング ノードの数。

PreparingNodeCount

準備中のコンピューティング ノードの数。

RunningNodeCount

ジョブを実行しているコンピューティング ノードの数。

UnusableNodeCount

使用できない状態にあるコンピューティング ノードの数。

適用対象