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

AzureMachineLearningWebServiceFunctionBinding 类

定义

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

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")]
public class AzureMachineLearningWebServiceFunctionBinding : Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")>]
type AzureMachineLearningWebServiceFunctionBinding = class
    inherit FunctionBinding
Public Class AzureMachineLearningWebServiceFunctionBinding
Inherits FunctionBinding
继承
AzureMachineLearningWebServiceFunctionBinding
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

AzureMachineLearningWebServiceFunctionBinding()

初始化 AzureMachineLearningWebServiceFunctionBinding 类的新实例。

AzureMachineLearningWebServiceFunctionBinding(String, String, AzureMachineLearningWebServiceInputs, IList<AzureMachineLearningWebServiceOutputColumn>, Nullable<Int32>)

初始化 AzureMachineLearningWebServiceFunctionBinding 类的新实例。

属性

ApiKey

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

BatchSize

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

Endpoint

获取或设置 Azure 机器学习 Web 服务的Request-Response执行终结点。 在此处了解详细信息: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

Inputs

获取或设置 Azure 机器学习 Web 服务终结点的输入。

Outputs

获取或设置 Azure 机器学习 Web 服务终结点执行的输出列表。

适用于