AzureMachineLearningServiceInputs Class

The inputs for the Azure Machine Learning web service endpoint.

Inheritance
AzureMachineLearningServiceInputs

Constructor

AzureMachineLearningServiceInputs(*, name: Optional[str] = None, column_names: Optional[List[azure.mgmt.streamanalytics.models._models_py3.AzureMachineLearningServiceInputColumn]] = None, **kwargs)

Parameters

name
str
Required

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

column_names
list[<xref:stream_analytics_management_client.models.AzureMachineLearningServiceInputColumn>]
Required

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