Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SupplementalDataStorageLocation
Packages that use SupplementalDataStorageLocation
-
Uses of SupplementalDataStorageLocation in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type SupplementalDataStorageLocationModifier and TypeMethodDescriptionSupplementalDataStorageConfiguration.storageLocations()A list of objects specifying storage locations for images extracted from multimodal documents in your data source.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SupplementalDataStorageLocationModifier and TypeMethodDescriptionSupplementalDataStorageConfiguration.Builder.storageLocations(SupplementalDataStorageLocation... storageLocations) A list of objects specifying storage locations for images extracted from multimodal documents in your data source.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type SupplementalDataStorageLocationModifier and TypeMethodDescriptionSupplementalDataStorageConfiguration.Builder.storageLocations(Collection<SupplementalDataStorageLocation> storageLocations) A list of objects specifying storage locations for images extracted from multimodal documents in your data source.