AzureMachineLearningWebServiceInputs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET