Uses of Class
com.azure.search.documents.indexes.models.InputFieldMappingEntry
Packages that use InputFieldMappingEntry
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of InputFieldMappingEntry in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return InputFieldMappingEntryModifier and TypeMethodDescriptionstatic InputFieldMappingEntryInputFieldMappingEntry.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InputFieldMappingEntry from the JsonReader.InputFieldMappingEntry.setInputs(InputFieldMappingEntry... inputs) Set the inputs property: The recursive inputs used when creating a complex type.InputFieldMappingEntry.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: The recursive inputs used when creating a complex type.Set the source property: The source of the input.InputFieldMappingEntry.setSourceContext(String sourceContext) Set the sourceContext property: The source context used for selecting recursive inputs.Methods in com.azure.search.documents.indexes.models that return types with arguments of type InputFieldMappingEntryModifier and TypeMethodDescriptionInputFieldMappingEntry.getInputs()Get the inputs property: The recursive inputs used when creating a complex type.SearchIndexerKnowledgeStoreProjectionSelector.getInputs()Get the inputs property: Nested inputs for complex projections.SearchIndexerSkill.getInputs()Get the inputs property: Inputs of the skills could be a column in the source data set, or the output of an upstream skill.SearchIndexerIndexProjectionSelector.getMappings()Get the mappings property: Mappings for the projection, or which source should be mapped to which field in the target index.Methods in com.azure.search.documents.indexes.models with parameters of type InputFieldMappingEntryModifier and TypeMethodDescriptionInputFieldMappingEntry.setInputs(InputFieldMappingEntry... inputs) Set the inputs property: The recursive inputs used when creating a complex type.Method parameters in com.azure.search.documents.indexes.models with type arguments of type InputFieldMappingEntryModifier and TypeMethodDescriptionInputFieldMappingEntry.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: The recursive inputs used when creating a complex type.SearchIndexerKnowledgeStoreBlobProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreFileProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreObjectProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreTableProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type InputFieldMappingEntryModifierConstructorDescriptionAzureMachineLearningSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of AzureMachineLearningSkill class.AzureOpenAIEmbeddingSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of AzureOpenAIEmbeddingSkill class.ConditionalSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of ConditionalSkill class.CustomEntityLookupSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of CustomEntityLookupSkill class.DocumentExtractionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of DocumentExtractionSkill class.DocumentIntelligenceLayoutSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of DocumentIntelligenceLayoutSkill class.EntityLinkingSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of EntityLinkingSkill class.EntityRecognitionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Deprecated.EntityRecognitionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs, EntityRecognitionSkillVersion version) Creates an instance of EntityRecognitionSkill class.ImageAnalysisSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of ImageAnalysisSkill class.KeyPhraseExtractionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of KeyPhraseExtractionSkill class.LanguageDetectionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of LanguageDetectionSkill class.MergeSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of MergeSkill class.OcrSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of OcrSkill class.PiiDetectionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of PiiDetectionSkill class.SearchIndexerIndexProjectionSelector(String targetIndexName, String parentKeyFieldName, String sourceContext, List<InputFieldMappingEntry> mappings) Creates an instance of SearchIndexerIndexProjectionSelector class.SearchIndexerSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of SearchIndexerSkill class.SentimentSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Deprecated.UseSentimentSkill(List, List, SentimentSkillVersion)asSentimentSkillVersion.V1is deprecated.SentimentSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs, SentimentSkillVersion version) Creates an instance of SentimentSkill class.ShaperSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of ShaperSkill class.SplitSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs) Creates an instance of SplitSkill class.TextTranslationSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs, TextTranslationSkillLanguage defaultToLanguageCode) Creates an instance of TextTranslationSkill class.VisionVectorizeSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs, String modelVersion) Creates an instance of VisionVectorizeSkill class.WebApiSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs, String uri) Creates an instance of WebApiSkill class.
EntityRecognitionSkill(List, List, EntityRecognitionSkillVersion)asEntityRecognitionSkillVersion.V1is deprecated.