AzureMachineLearningWebServiceFunctionBinding interface
绑定到 Azure 机器学习 Web 服务。
属性
| api |
用于对 Request-Response 终结点进行身份验证的 API 密钥。 |
| batch |
描述每个 Azure ML RRS 执行请求的最大行数的 1 到 10000 之间的数字。 默认值为 1000。 |
| endpoint | Request-Response Azure 机器学习 Web 服务的执行终结点。 在此处了解详细信息:https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs |
| inputs | Azure 机器学习 Web 服务终结点的输入。 |
| outputs | Azure 机器学习 Web 服务终结点执行的输出列表。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
属性详细信息
apiKey
用于对 Request-Response 终结点进行身份验证的 API 密钥。
apiKey?: string
属性值
string
batchSize
描述每个 Azure ML RRS 执行请求的最大行数的 1 到 10000 之间的数字。 默认值为 1000。
batchSize?: number
属性值
number
endpoint
Request-Response Azure 机器学习 Web 服务的执行终结点。 在此处了解详细信息:https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
endpoint?: string
属性值
string
inputs
Azure 机器学习 Web 服务终结点的输入。
inputs?: AzureMachineLearningWebServiceInputs
属性值
outputs
Azure 机器学习 Web 服务终结点执行的输出列表。
outputs?: AzureMachineLearningWebServiceOutputColumn[]
属性值
type
多态鉴别器,它指定此对象可以的不同类型的
type: "Microsoft.MachineLearning/WebService"
属性值
"Microsoft.MachineLearning/WebService"