Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SupplementalDataStorageConfiguration
-
Packages that use SupplementalDataStorageConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SupplementalDataStorageConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SupplementalDataStorageConfiguration Modifier and Type Method Description SupplementalDataStorageConfigurationVectorKnowledgeBaseConfiguration. supplementalDataStorageConfiguration()If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SupplementalDataStorageConfiguration Modifier and Type Method Description VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration.Builder. supplementalDataStorageConfiguration(SupplementalDataStorageConfiguration supplementalDataStorageConfiguration)If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents.
-