Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageConfiguration
Packages that use StorageConfiguration
-
Uses of StorageConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageConfigurationModifier and TypeMethodDescriptionfinal StorageConfigurationCreateKnowledgeBaseRequest.storageConfiguration()Contains details about the configuration of the vector database used for the knowledge base.final StorageConfigurationKnowledgeBase.storageConfiguration()Contains details about the storage configuration of the knowledge base.final StorageConfigurationUpdateKnowledgeBaseRequest.storageConfiguration()Specifies the configuration for the vector store used for the knowledge base.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type StorageConfigurationModifier and TypeMethodDescriptionCreateKnowledgeBaseRequest.Builder.storageConfiguration(StorageConfiguration storageConfiguration) Contains details about the configuration of the vector database used for the knowledge base.KnowledgeBase.Builder.storageConfiguration(StorageConfiguration storageConfiguration) Contains details about the storage configuration of the knowledge base.UpdateKnowledgeBaseRequest.Builder.storageConfiguration(StorageConfiguration storageConfiguration) Specifies the configuration for the vector store used for the knowledge base.