AzureMachineLearningServiceFunctionBinding Class
The binding to an Azure Machine Learning web service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.streamanalytics.models._models_py3.FunctionBindingAzureMachineLearningServiceFunctionBinding
Constructor
AzureMachineLearningServiceFunctionBinding(*, endpoint: Optional[str] = None, api_key: Optional[str] = None, inputs: Optional[List[azure.mgmt.streamanalytics.models._models_py3.AzureMachineLearningServiceInputColumn]] = None, outputs: Optional[List[azure.mgmt.streamanalytics.models._models_py3.AzureMachineLearningServiceOutputColumn]] = None, batch_size: Optional[int] = None, number_of_parallel_requests: Optional[int] = None, **kwargs)
Parameters
- endpoint
- str
The Request-Response execute endpoint of the Azure Machine Learning web service.
- inputs
- list[<xref:stream_analytics_management_client.models.AzureMachineLearningServiceInputColumn>]
The inputs for the Azure Machine Learning web service endpoint.
- outputs
- list[<xref:stream_analytics_management_client.models.AzureMachineLearningServiceOutputColumn>]
A list of outputs from the Azure Machine Learning web service 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.
- number_of_parallel_requests
- int
The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1.
Feedback
Submit and view feedback for