MachineLearningServiceFunctionBinding Class

Definition

The binding to an Azure Machine Learning web service.

public class MachineLearningServiceFunctionBinding : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionBinding
type MachineLearningServiceFunctionBinding = class
    inherit StreamingJobFunctionBinding
Public Class MachineLearningServiceFunctionBinding
Inherits StreamingJobFunctionBinding
Inheritance
MachineLearningServiceFunctionBinding

Constructors

MachineLearningServiceFunctionBinding()

Initializes a new instance of MachineLearningServiceFunctionBinding.

Properties

ApiKey

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

BatchSize

Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.

Endpoint

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

InputRequestName

Label for the input request object.

Inputs

The inputs for the Azure Machine Learning web service endpoint.

NumberOfParallelRequests

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

OutputResponseName

Label for the output request object.

Outputs

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

Applies to