AzureMachineLearningServiceFunctionBinding 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. |
| input |
Label for the input request object. |
| inputs | The inputs for the Azure Machine Learning web service endpoint. |
| number |
The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1. |
| output |
Label for the output request object. |
| 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.
endpoint?: string
Property Value
string
inputRequestName
Label for the input request object.
inputRequestName?: string
Property Value
string
inputs
The inputs for the Azure Machine Learning web service endpoint.
inputs?: AzureMachineLearningServiceInputColumn[]
Property Value
numberOfParallelRequests
The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1.
numberOfParallelRequests?: number
Property Value
number
outputResponseName
Label for the output request object.
outputResponseName?: string
Property Value
string
outputs
A list of outputs from the Azure Machine Learning web service endpoint execution.
outputs?: AzureMachineLearningServiceOutputColumn[]
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Microsoft.MachineLearningServices"
Property Value
"Microsoft.MachineLearningServices"