AzureMachineLearningStudioFunctionBinding Class
The binding to an Azure Machine Learning Studio.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.streamanalytics.models._models_py3.FunctionBindingAzureMachineLearningStudioFunctionBinding
Constructor
AzureMachineLearningStudioFunctionBinding(*, endpoint: Optional[str] = None, api_key: Optional[str] = None, inputs: Optional[azure.mgmt.streamanalytics.models._models_py3.AzureMachineLearningStudioInputs] = None, outputs: Optional[List[azure.mgmt.streamanalytics.models._models_py3.AzureMachineLearningStudioOutputColumn]] = None, batch_size: Optional[int] = None, **kwargs)
Parameters
- endpoint
- str
The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning- consume-web-services#request-response-service-rrs.
- inputs
- <xref:stream_analytics_management_client.models.AzureMachineLearningStudioInputs>
The inputs for the Azure Machine Learning Studio endpoint.
- outputs
- list[<xref:stream_analytics_management_client.models.AzureMachineLearningStudioOutputColumn>]
A list of outputs from the Azure Machine Learning Studio endpoint execution.
- batch_size
- int
Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
Feedback
Submit and view feedback for