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

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

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 Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning- consume-web-services#request-response-service-rrs.

api_key
str
Required

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

inputs
<xref:stream_analytics_management_client.models.AzureMachineLearningStudioInputs>
Required

The inputs for the Azure Machine Learning Studio endpoint.

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

A list of outputs from the Azure Machine Learning Studio 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.