Package version:

Interface AzureMachineLearningStudioInputColumn

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

interface AzureMachineLearningStudioInputColumn {
    dataType?: string;
    mapTo?: number;
    name?: string;
}

Properties

dataType?: string

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?: number

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

name?: string

The name of the input column.

Generated using TypeDoc