Package version:

Interface AzureMachineLearningServiceInputColumn

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

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

Properties

dataType?: string

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

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