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

MachineLearningNodeStateCounts 类

定义

amlCompute 上各种计算节点状态的计数。

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

属性

IdleNodeCount

处于空闲状态的计算节点数。

LeavingNodeCount

离开 amlCompute 的计算节点数。

PreemptedNodeCount

处于抢占状态的计算节点数。

PreparingNodeCount

正在准备的计算节点数。

RunningNodeCount

运行作业的计算节点数。

UnusableNodeCount

处于不可用状态的计算节点数。

适用于