次の方法で共有


AzureMachineLearningWebServiceOutputColumn クラス

定義

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

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

コンストラクター

AzureMachineLearningWebServiceOutputColumn()

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

AzureMachineLearningWebServiceOutputColumn(String, String)

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

プロパティ

DataType

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

Name

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

適用対象