你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 机器学习支持的 () 输出列的数据类型。 有关有效 Azure 机器学习数据类型的列表,请参阅 https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx

适用于