Uses of Class
com.azure.ai.openai.models.AzureCognitiveSearchIndexFieldMappingOptions
Packages that use AzureCognitiveSearchIndexFieldMappingOptions
-
Uses of AzureCognitiveSearchIndexFieldMappingOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureCognitiveSearchIndexFieldMappingOptionsModifier and TypeMethodDescriptionAzureCognitiveSearchChatExtensionParameters.getFieldsMapping()Get the fieldsMapping property: Customized field mapping behavior to use when interacting with the search index.AzureCognitiveSearchIndexFieldMappingOptions.setContentFields(List<String> contentFields) Set the contentFields property: The names of index fields that should be treated as content.AzureCognitiveSearchIndexFieldMappingOptions.setContentFieldsSeparator(String contentFieldsSeparator) Set the contentFieldsSeparator property: The separator pattern that content fields should use.AzureCognitiveSearchIndexFieldMappingOptions.setFilepathField(String filepathField) Set the filepathField property: The name of the index field to use as a filepath.AzureCognitiveSearchIndexFieldMappingOptions.setImageVectorFields(List<String> imageVectorFields) Set the imageVectorFields property: The names of fields that represent image vector data.AzureCognitiveSearchIndexFieldMappingOptions.setTitleField(String titleField) Set the titleField property: The name of the index field to use as a title.AzureCognitiveSearchIndexFieldMappingOptions.setUrlField(String urlField) Set the urlField property: The name of the index field to use as a URL.AzureCognitiveSearchIndexFieldMappingOptions.setVectorFields(List<String> vectorFields) Set the vectorFields property: The names of fields that represent vector data.Methods in com.azure.ai.openai.models with parameters of type AzureCognitiveSearchIndexFieldMappingOptionsModifier and TypeMethodDescriptionAzureCognitiveSearchChatExtensionParameters.setFieldsMapping(AzureCognitiveSearchIndexFieldMappingOptions fieldsMapping) Set the fieldsMapping property: Customized field mapping behavior to use when interacting with the search index.