AzureMachineLearningStudioInputs Class

The inputs for the Azure Machine Learning Studio endpoint.

Inheritance
AzureMachineLearningStudioInputs

Constructor

AzureMachineLearningStudioInputs(*, name: Optional[str] = None, column_names: Optional[List[azure.mgmt.streamanalytics.models._models_py3.AzureMachineLearningStudioInputColumn]] = 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.AzureMachineLearningStudioInputColumn>]
Required

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