次の方法で共有


MachineLearningSourceType 構造体

定義

データ ソースの種類。

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

コンストラクター

MachineLearningSourceType(String)

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

プロパティ

Dataset

Dataset。

Datastore

データストア。

Uri

Uri。

メソッド

Equals(MachineLearningSourceType)

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

ToString()

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

演算子

Equality(MachineLearningSourceType, MachineLearningSourceType)

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

Implicit(String to MachineLearningSourceType)

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

Inequality(MachineLearningSourceType, MachineLearningSourceType)

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

適用対象