Share via


AzureMachineLearningWebServiceInputs Constructors

Definition

Overloads

AzureMachineLearningWebServiceInputs()

Initializes a new instance of the AzureMachineLearningWebServiceInputs class.

AzureMachineLearningWebServiceInputs(String, IList<AzureMachineLearningWebServiceInputColumn>)

Initializes a new instance of the AzureMachineLearningWebServiceInputs class.

AzureMachineLearningWebServiceInputs()

Initializes a new instance of the AzureMachineLearningWebServiceInputs class.

public AzureMachineLearningWebServiceInputs ();
Public Sub New ()

Applies to

AzureMachineLearningWebServiceInputs(String, IList<AzureMachineLearningWebServiceInputColumn>)

Initializes a new instance of the AzureMachineLearningWebServiceInputs class.

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)

Parameters

name
String

The name of the input. This is the name provided while authoring the endpoint.

columnNames
IList<AzureMachineLearningWebServiceInputColumn>

A list of input columns for the Azure Machine Learning web service endpoint.

Applies to