Share via


AzureMachineLearningWebServiceOutputColumn Constructors

Definition

Overloads

AzureMachineLearningWebServiceOutputColumn()

Initializes a new instance of the AzureMachineLearningWebServiceOutputColumn class.

AzureMachineLearningWebServiceOutputColumn(String, String)

Initializes a new instance of the AzureMachineLearningWebServiceOutputColumn class.

AzureMachineLearningWebServiceOutputColumn()

Initializes a new instance of the AzureMachineLearningWebServiceOutputColumn class.

public AzureMachineLearningWebServiceOutputColumn ();
Public Sub New ()

Applies to

AzureMachineLearningWebServiceOutputColumn(String, String)

Initializes a new instance of the AzureMachineLearningWebServiceOutputColumn class.

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)

Parameters

name
String

The name of the output column.

dataType
String

The (Azure Machine Learning supported) data type of the output column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .

Applies to