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