Package version:

Interface AzureMachineLearningServiceInputs

The inputs for the Azure Machine Learning web service endpoint.

interface AzureMachineLearningServiceInputs {
    columnNames?: AzureMachineLearningServiceInputColumn[];
    name?: string;
}

Properties

Properties

A list of input columns for the Azure Machine Learning web service endpoint.

name?: string

The name of the input. This is the name provided while authoring the endpoint.

Generated using TypeDoc