AzureMachineLearningWebServiceFunctionBinding interface
The binding to an Azure Machine Learning web service.
- Extends
Properties
api |
The API key used to authenticate with Request-Response endpoint. |
batch |
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. 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 web service endpoint. |
outputs | A list of outputs from the Azure Machine Learning web service 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 web service. 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 web service endpoint.
inputs?: AzureMachineLearningWebServiceInputs
Property Value
outputs
A list of outputs from the Azure Machine Learning web service endpoint execution.
outputs?: AzureMachineLearningWebServiceOutputColumn[]
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Microsoft.MachineLearning/WebService"
Property Value
"Microsoft.MachineLearning/WebService"