Skill.Inputs 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 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