public final class ConditionalSkill extends SearchIndexerSkill
| Constructor and Description |
|---|
ConditionalSkill(List<InputFieldMappingEntry> inputs,
List<OutputFieldMappingEntry> outputs)
Constructor of
SearchIndexerSkill. |
getContext, getDescription, getInputs, getName, getOutputs, setContext, setDescription, setNamepublic ConditionalSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)
SearchIndexerSkill.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 valueCopyright © 2020 Microsoft Corporation. All rights reserved.