AzureMachineLearningServiceInputColumn interface
Describes an input column for the Azure Machine Learning web service endpoint.
Properties
| data |
The (Azure Machine Learning supported) data type of the input column. |
| map |
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.
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