Share via


AzureMachineLearningWebServiceInputs.ColumnNames Property

Definition

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

Applies to