次の方法で共有


AzureMachineLearningWebServiceOutputColumn コンストラクター

定義

オーバーロード

AzureMachineLearningWebServiceOutputColumn()

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

AzureMachineLearningWebServiceOutputColumn(String, String)

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

AzureMachineLearningWebServiceOutputColumn()

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

public AzureMachineLearningWebServiceOutputColumn ();
Public Sub New ()

適用対象

AzureMachineLearningWebServiceOutputColumn(String, String)

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

public AzureMachineLearningWebServiceOutputColumn (string name = default, string dataType = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn : string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn
Public Sub New (Optional name As String = Nothing, Optional dataType As String = Nothing)

パラメーター

name
String

出力列の名前。

dataType
String

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

適用対象