Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureMachineLearningWebServiceFunctionBinding

Package version

The binding to an Azure Machine Learning web service.

Hierarchy

  • AzureMachineLearningWebServiceFunctionBinding

Index

Properties

Optional apiKey

apiKey: undefined | string

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

Optional batchSize

batchSize: undefined | number

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

Optional endpoint

endpoint: undefined | string

The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

Optional inputs

The inputs for the Azure Machine Learning web service endpoint.

Optional outputs

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

type

type: "Microsoft.MachineLearning/WebService"

Polymorphic Discriminator

Generated using TypeDoc