AzureMachineLearningWebServiceInputs interface
The inputs for the Azure Machine Learning web service endpoint.
Properties
column |
A list of input columns for the Azure Machine Learning web service endpoint. |
name | The name of the input. This is the name provided while authoring the endpoint. |
Property Details
columnNames
A list of input columns for the Azure Machine Learning web service endpoint.
columnNames?: AzureMachineLearningWebServiceInputColumn[]
Property Value
name
The name of the input. This is the name provided while authoring the endpoint.
name?: string
Property Value
string