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

AzureMachineLearningWebServiceInputs 类

定义

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

public class AzureMachineLearningWebServiceInputs
type AzureMachineLearningWebServiceInputs = class
Public Class AzureMachineLearningWebServiceInputs
继承
AzureMachineLearningWebServiceInputs

构造函数

AzureMachineLearningWebServiceInputs()

初始化 AzureMachineLearningWebServiceInputs 类的新实例。

AzureMachineLearningWebServiceInputs(String, IList<AzureMachineLearningWebServiceInputColumn>)

初始化 AzureMachineLearningWebServiceInputs 类的新实例。

属性

ColumnNames

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

Name

获取或设置输入的名称。 这是创作终结点时提供的名称。

适用于