AzureMachineLearningWebServiceInputColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 .
Applies to
Azure SDK for .NET