Package version:

Interface AzureMachineLearningServiceOutputColumn

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

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

Properties

dataType?: string

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

mapTo?: number

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

name?: string

The name of the output column.

Generated using TypeDoc