Compartilhar via


AzureMachineLearningWebServiceInputs Construtores

Definição

Sobrecargas

AzureMachineLearningWebServiceInputs()

Inicializa uma nova instância da classe AzureMachineLearningWebServiceInputs.

AzureMachineLearningWebServiceInputs(String, IList<AzureMachineLearningWebServiceInputColumn>)

Inicializa uma nova instância da classe AzureMachineLearningWebServiceInputs.

AzureMachineLearningWebServiceInputs()

Inicializa uma nova instância da classe AzureMachineLearningWebServiceInputs.

public AzureMachineLearningWebServiceInputs ();
Public Sub New ()

Aplica-se a

AzureMachineLearningWebServiceInputs(String, IList<AzureMachineLearningWebServiceInputColumn>)

Inicializa uma nova instância da classe AzureMachineLearningWebServiceInputs.

public AzureMachineLearningWebServiceInputs (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn> columnNames = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs : string * System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn> -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs
Public Sub New (Optional name As String = Nothing, Optional columnNames As IList(Of AzureMachineLearningWebServiceInputColumn) = Nothing)

Parâmetros

name
String

Nome da entrada. Esse é o nome fornecido durante a criação do ponto de extremidade.

columnNames
IList<AzureMachineLearningWebServiceInputColumn>

Uma lista de colunas de entrada para o ponto de extremidade do serviço Web do Azure Machine Learning.

Aplica-se a