public final class ShaperSkill extends SearchIndexerSkill
| Constructor and Description |
|---|
ShaperSkill(List<InputFieldMappingEntry> inputs,
List<OutputFieldMappingEntry> outputs)
Constructor of
ShaperSkill. |
getContext, getDescription, getInputs, getName, getOutputs, setContext, setDescription, setNamepublic ShaperSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)
ShaperSkill.inputs - Inputs of the skills could be a column in the source data set, or the
output of an upstream skill.outputs - The output of a skill is either a field in a search index, or a value
that can be consumed as an input by another skill.Copyright © 2020 Microsoft Corporation. All rights reserved.