你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMachineLearningServiceFunctionBinding interface

绑定到 Azure 机器学习 Web 服务。

扩展

属性

apiKey

用于对 Request-Response 终结点进行身份验证的 API 密钥。

batchSize

描述每个 Azure ML RRS 执行请求的最大行数的 1 到 10000 之间的数字。 默认值为 1000。

endpoint

Request-Response Azure 机器学习 Web 服务的执行终结点。

inputRequestName

输入请求对象的标签。

inputs

Azure 机器学习 Web 服务终结点的输入。

numberOfParallelRequests

将每个作业分区发送到机器学习服务的并行请求数。 默认值为 1。

outputResponseName

输出请求对象的标签。

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 服务的执行终结点。

endpoint?: string

属性值

string

inputRequestName

输入请求对象的标签。

inputRequestName?: string

属性值

string

inputs

Azure 机器学习 Web 服务终结点的输入。

inputs?: AzureMachineLearningServiceInputColumn[]

属性值

numberOfParallelRequests

将每个作业分区发送到机器学习服务的并行请求数。 默认值为 1。

numberOfParallelRequests?: number

属性值

number

outputResponseName

输出请求对象的标签。

outputResponseName?: string

属性值

string

outputs

Azure 机器学习 Web 服务终结点执行的输出列表。

outputs?: AzureMachineLearningServiceOutputColumn[]

属性值

type

多态鉴别器,它指定此对象可以的不同类型的

type: "Microsoft.MachineLearningServices"

属性值

"Microsoft.MachineLearningServices"