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.FunctionBinding
AzureMachineLearningServiceFunctionBinding

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

type
str
Required

Required. Indicates the function binding type.Constant filled by server.

endpoint
str
Required

The Request-Response execute endpoint of the Azure Machine Learning web service.

api_key
str
Required

The API key used to authenticate with Request-Response endpoint.

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

The inputs for the Azure Machine Learning web service endpoint.

outputs
list[<xref:stream_analytics_management_client.models.AzureMachineLearningServiceOutputColumn>]
Required

A list of outputs from the Azure Machine Learning web service endpoint execution.

batch_size
int
Required

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
Required

The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1.