你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineLearningNodeStateCounts 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
amlCompute 上各种计算节点状态的计数。
public class MachineLearningNodeStateCounts
type MachineLearningNodeStateCounts = class
Public Class MachineLearningNodeStateCounts
- 继承
-
MachineLearningNodeStateCounts
属性
IdleNodeCount |
处于空闲状态的计算节点数。 |
LeavingNodeCount |
离开 amlCompute 的计算节点数。 |
PreemptedNodeCount |
处于抢占状态的计算节点数。 |
PreparingNodeCount |
正在准备的计算节点数。 |
RunningNodeCount |
运行作业的计算节点数。 |
UnusableNodeCount |
处于不可用状态的计算节点数。 |