AzureMachineLearningWebServiceInputColumn interface

Describes an input column for the Azure Machine Learning web service endpoint.

Properties

dataType

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

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

name

The name of the input column.

Property Details

dataType

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 .

dataType?: string

Property Value

string

mapTo

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

mapTo?: number

Property Value

number

name

The name of the input column.

name?: string

Property Value

string