AzureMachineLearningWebServiceInputs Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET