Share via


AzureMachineLearningStudioFunctionBinding interface

The binding to an Azure Machine Learning Studio.

Extends

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.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

apiKey

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

apiKey?: string

Property Value

string

batchSize

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

batchSize?: number

Property Value

number

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

endpoint?: string

Property Value

string

inputs

The inputs for the Azure Machine Learning Studio endpoint.

inputs?: AzureMachineLearningStudioInputs

Property Value

outputs

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

outputs?: AzureMachineLearningStudioOutputColumn[]

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Microsoft.MachineLearning/WebService"

Property Value

"Microsoft.MachineLearning/WebService"