次の方法で共有


AzureMachineLearningWebServiceInputColumn コンストラクター

定義

オーバーロード

AzureMachineLearningWebServiceInputColumn()

AzureMachineLearningWebServiceInputColumn クラスの新しいインスタンスを初期化します。

AzureMachineLearningWebServiceInputColumn(String, String, Nullable<Int32>)

AzureMachineLearningWebServiceInputColumn クラスの新しいインスタンスを初期化します。

AzureMachineLearningWebServiceInputColumn()

AzureMachineLearningWebServiceInputColumn クラスの新しいインスタンスを初期化します。

public AzureMachineLearningWebServiceInputColumn ();
Public Sub New ()

適用対象

AzureMachineLearningWebServiceInputColumn(String, String, Nullable<Int32>)

AzureMachineLearningWebServiceInputColumn クラスの新しいインスタンスを初期化します。

public AzureMachineLearningWebServiceInputColumn (string name = default, string dataType = default, int? mapTo = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn : string * string * Nullable<int> -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn
Public Sub New (Optional name As String = Nothing, Optional dataType As String = Nothing, Optional mapTo As Nullable(Of Integer) = Nothing)

パラメーター

name
String

入力列の名前。

dataType
String

入力列の (Azure Machine Learning でサポートされている) データ型。 有効な Azure Machine Learning データ型の一覧については、 を参照してください https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx

mapTo
Nullable<Int32>

この入力がマップされる関数パラメーターの 0 から始まるインデックス。

適用対象