AzureMachineLearningServiceOutputColumn Class

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

Inheritance
AzureMachineLearningServiceOutputColumn

Constructor

AzureMachineLearningServiceOutputColumn(*, name: Optional[str] = None, data_type: Optional[str] = None, map_to: Optional[int] = None, **kwargs)

Parameters

name
str
Required

The name of the output column.

data_type
str
Required

The (Azure Machine Learning supported) data type of the output column.

map_to
int
Required

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