次の方法で共有


AzureMachineLearningWebServiceInputColumn クラス

定義

Azure Machine Learning Web サービス エンドポイントの入力列について説明します。

public class AzureMachineLearningWebServiceInputColumn
type AzureMachineLearningWebServiceInputColumn = class
Public Class AzureMachineLearningWebServiceInputColumn
継承
AzureMachineLearningWebServiceInputColumn

コンストラクター

AzureMachineLearningWebServiceInputColumn()

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

AzureMachineLearningWebServiceInputColumn(String, String, Nullable<Int32>)

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

プロパティ

DataType

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

MapTo

この入力がマップされる関数パラメーターの 0 から始まるインデックスを取得または設定します。

Name

入力列の名前を取得または設定します。

適用対象