Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SupplementalDataStorageLocation
-
Packages that use SupplementalDataStorageLocation Package Description software.amazon.awssdk.services.bedrockagent.model -
-
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 SupplementalDataStorageLocation Modifier and Type Method Description List<SupplementalDataStorageLocation>SupplementalDataStorageConfiguration. 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 SupplementalDataStorageLocation Modifier and Type Method Description SupplementalDataStorageConfiguration.BuilderSupplementalDataStorageConfiguration.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 SupplementalDataStorageLocation Modifier and Type Method Description SupplementalDataStorageConfiguration.BuilderSupplementalDataStorageConfiguration.Builder. storageLocations(Collection<SupplementalDataStorageLocation> storageLocations)A list of objects specifying storage locations for images extracted from multimodal documents in your data source.
-