Share via


AzureMachineLearningWebServiceFunctionBinding.Outputs Property

Definition

Gets or sets a list of outputs from the Azure Machine Learning web service endpoint execution.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn> Outputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")>]
member this.Outputs : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn> with get, set
Public Property Outputs As IList(Of AzureMachineLearningWebServiceOutputColumn)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to