Package version:

Interface AzureMachineLearningStudioInputs

The inputs for the Azure Machine Learning Studio endpoint.

interface AzureMachineLearningStudioInputs {
    columnNames?: AzureMachineLearningStudioInputColumn[];
    name?: string;
}

Properties

Properties

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

name?: string

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

Generated using TypeDoc