Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageConfiguration
-
Packages that use StorageConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StorageConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageConfiguration Modifier and Type Method Description StorageConfigurationCreateKnowledgeBaseRequest. storageConfiguration()Contains details about the configuration of the vector database used for the knowledge base.StorageConfigurationKnowledgeBase. storageConfiguration()Contains details about the storage configuration of the knowledge base.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 StorageConfiguration Modifier and Type Method Description CreateKnowledgeBaseRequest.BuilderCreateKnowledgeBaseRequest.Builder. storageConfiguration(StorageConfiguration storageConfiguration)Contains details about the configuration of the vector database used for the knowledge base.KnowledgeBase.BuilderKnowledgeBase.Builder. storageConfiguration(StorageConfiguration storageConfiguration)Contains details about the storage configuration of the knowledge base.UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest.Builder. storageConfiguration(StorageConfiguration storageConfiguration)Specifies the configuration for the vector store used for the knowledge base.
-