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

MachineLearningAllocationState 结构

定义

计算的分配状态。 可能的值为:稳定 - 指示计算未调整大小。 正在进行的计算中的计算节点数没有变化。 计算在创建时进入此状态,并且未对计算执行任何操作来更改计算节点数。 调整大小 - 指示计算正在调整大小;也就是说,正在计算中添加或删除计算节点。

public readonly struct MachineLearningAllocationState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningAllocationState>
type MachineLearningAllocationState = struct
Public Structure MachineLearningAllocationState
Implements IEquatable(Of MachineLearningAllocationState)
继承
MachineLearningAllocationState
实现

构造函数

MachineLearningAllocationState(String)

初始化 MachineLearningAllocationState 的新实例。

属性

Resizing

调整。

Steady

稳定。

方法

Equals(MachineLearningAllocationState)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(MachineLearningAllocationState, MachineLearningAllocationState)

确定两个 MachineLearningAllocationState 值是否相同。

Implicit(String to MachineLearningAllocationState)

将字符串转换为 MachineLearningAllocationState

Inequality(MachineLearningAllocationState, MachineLearningAllocationState)

确定两个 MachineLearningAllocationState 值是否不相同。

适用于