次の方法で共有


MachineLearningAllocationState 構造体

定義

コンピューティングの割り当て状態。 使用可能な値は次のとおりです。 steady - コンピューティングのサイズが変更されていないことを示します。 進行中のコンピューティング内のコンピューティング ノードの数に変更はありません。 コンピューティングは、コンピューティングノードの数を変更する操作がコンピューティングに対して実行されていないときに、この状態になります。 サイズ変更 - コンピューティングのサイズが変更されていることを示します。つまり、コンピューティング ノードがコンピューティングに追加されるか、コンピューティングから削除されます。

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)

2 つの MachineLearningAllocationState 値が同じかどうかを判断します。

Implicit(String to MachineLearningAllocationState)

文字列を MachineLearningAllocationState に変換します。

Inequality(MachineLearningAllocationState, MachineLearningAllocationState)

2 つの MachineLearningAllocationState 値が同じでないかどうかを判断します。

適用対象