Uses of Class
com.azure.ai.openai.models.AzureCosmosDBFieldMappingOptions
Packages that use AzureCosmosDBFieldMappingOptions
-
Uses of AzureCosmosDBFieldMappingOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureCosmosDBFieldMappingOptionsModifier and TypeMethodDescriptionAzureCosmosDBFieldMappingOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureCosmosDBFieldMappingOptions from the JsonReader.AzureCosmosDBChatExtensionParameters.getFieldsMapping()Get the fieldsMapping property: Customized field mapping behavior to use when interacting with the search index.AzureCosmosDBFieldMappingOptions.setContentFieldsSeparator(String contentFieldsSeparator) Set the contentFieldsSeparator property: The separator pattern that content fields should use.AzureCosmosDBFieldMappingOptions.setFilepathField(String filepathField) Set the filepathField property: The name of the index field to use as a filepath.AzureCosmosDBFieldMappingOptions.setTitleField(String titleField) Set the titleField property: The name of the index field to use as a title.AzureCosmosDBFieldMappingOptions.setUrlField(String urlField) Set the urlField property: The name of the index field to use as a URL.Constructors in com.azure.ai.openai.models with parameters of type AzureCosmosDBFieldMappingOptionsModifierConstructorDescriptionAzureCosmosDBChatExtensionParameters(String databaseName, String containerName, String indexName, AzureCosmosDBFieldMappingOptions fieldsMapping, OnYourDataVectorizationSource embeddingDependency) Creates an instance of AzureCosmosDBChatExtensionParameters class.