Skill.Inputs Property

Definition

Gets or sets inputs of the skills could be a column in the source data set, or the output of an upstream skill.

[Newtonsoft.Json.JsonProperty(PropertyName="inputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.InputFieldMappingEntry> Inputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputs")>]
member this.Inputs : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.InputFieldMappingEntry> with get, set
Public Property Inputs As IList(Of InputFieldMappingEntry)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to