AzureMachineLearningStudioInputColumn Class

Describes an input column for the Azure Machine Learning Studio endpoint.

Inheritance
AzureMachineLearningStudioInputColumn

Constructor

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

Parameters

name
str
Required

The name of the input column.

data_type
str
Required

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 .

map_to
int
Required

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