MachineLearningClusterPurpose 構造体

定義

クラスターの使用目的。

public readonly struct MachineLearningClusterPurpose : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningClusterPurpose>
type MachineLearningClusterPurpose = struct
Public Structure MachineLearningClusterPurpose
Implements IEquatable(Of MachineLearningClusterPurpose)
継承
MachineLearningClusterPurpose
実装

コンストラクター

MachineLearningClusterPurpose(String)

MachineLearningClusterPurpose の新しいインスタンスを初期化します。

プロパティ

DenseProd

DenseProd。

DevTest

DevTest。

FastProd

FastProd。

メソッド

Equals(MachineLearningClusterPurpose)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(MachineLearningClusterPurpose, MachineLearningClusterPurpose)

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

Implicit(String to MachineLearningClusterPurpose)

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

Inequality(MachineLearningClusterPurpose, MachineLearningClusterPurpose)

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

適用対象