AzureMachineLearningWebServiceInputs.ColumnNames Property
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.
Gets or sets a list of input columns for the Azure Machine Learning web service endpoint.
[Newtonsoft.Json.JsonProperty(PropertyName="columnNames")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn> ColumnNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columnNames")>]
member this.ColumnNames : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn> with get, set
Public Property ColumnNames As IList(Of AzureMachineLearningWebServiceInputColumn)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute