Share via


AzureMachineLearningWebServiceInputColumn Constructors

Definition

Overloads

AzureMachineLearningWebServiceInputColumn()

Initializes a new instance of the AzureMachineLearningWebServiceInputColumn class.

AzureMachineLearningWebServiceInputColumn(String, String, Nullable<Int32>)

Initializes a new instance of the AzureMachineLearningWebServiceInputColumn class.

AzureMachineLearningWebServiceInputColumn()

Initializes a new instance of the AzureMachineLearningWebServiceInputColumn class.

public AzureMachineLearningWebServiceInputColumn ();
Public Sub New ()

Applies to

AzureMachineLearningWebServiceInputColumn(String, String, Nullable<Int32>)

Initializes a new instance of the AzureMachineLearningWebServiceInputColumn class.

public AzureMachineLearningWebServiceInputColumn (string name = default, string dataType = default, int? mapTo = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn : string * string * Nullable<int> -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn
Public Sub New (Optional name As String = Nothing, Optional dataType As String = Nothing, Optional mapTo As Nullable(Of Integer) = Nothing)

Parameters

name
String

The name of the input column.

dataType
String

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

mapTo
Nullable<Int32>

The zero based index of the function parameter this input maps to.

Applies to