EMachineLearningStudioFunctionBinding Class

Definition

The binding to an Azure Machine Learning Studio.

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

Constructors

EMachineLearningStudioFunctionBinding()

Initializes a new instance of EMachineLearningStudioFunctionBinding.

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

Inputs

The inputs for the Azure Machine Learning Studio endpoint.

Outputs

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

Applies to