AzureMachineLearningServiceOutputColumn interface
Describes an output column for the Azure Machine Learning web service endpoint.
Properties
| data |
The (Azure Machine Learning supported) data type of the output column. |
| map |
The zero based index of the function parameter this input maps to. |
| name | The name of the output column. |
Property Details
dataType
The (Azure Machine Learning supported) data type of the output 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 output column.
name?: string
Property Value
string