| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
StorageConfiguration |
StorageConfiguration.clone() |
StorageConfiguration |
CreateKnowledgeBaseRequest.getStorageConfiguration()
Contains details about the configuration of the vector database used for the knowledge base.
|
StorageConfiguration |
KnowledgeBase.getStorageConfiguration()
Contains details about the storage configuration of the knowledge base.
|
StorageConfiguration |
UpdateKnowledgeBaseRequest.getStorageConfiguration()
Specifies the configuration for the vector store used for the knowledge base.
|
StorageConfiguration |
StorageConfiguration.withMongoDbAtlasConfiguration(MongoDbAtlasConfiguration mongoDbAtlasConfiguration)
Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
StorageConfiguration |
StorageConfiguration.withOpensearchServerlessConfiguration(OpenSearchServerlessConfiguration opensearchServerlessConfiguration)
Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
StorageConfiguration |
StorageConfiguration.withPineconeConfiguration(PineconeConfiguration pineconeConfiguration)
Contains the storage configuration of the knowledge base in Pinecone.
|
StorageConfiguration |
StorageConfiguration.withRdsConfiguration(RdsConfiguration rdsConfiguration)
Contains details about the storage configuration of the knowledge base in Amazon RDS.
|
StorageConfiguration |
StorageConfiguration.withRedisEnterpriseCloudConfiguration(RedisEnterpriseCloudConfiguration redisEnterpriseCloudConfiguration)
Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.
|
StorageConfiguration |
StorageConfiguration.withType(KnowledgeBaseStorageType type)
The vector store service in which the knowledge base is stored.
|
StorageConfiguration |
StorageConfiguration.withType(String type)
The vector store service in which the knowledge base is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateKnowledgeBaseRequest.setStorageConfiguration(StorageConfiguration storageConfiguration)
Contains details about the configuration of the vector database used for the knowledge base.
|
void |
KnowledgeBase.setStorageConfiguration(StorageConfiguration storageConfiguration)
Contains details about the storage configuration of the knowledge base.
|
void |
UpdateKnowledgeBaseRequest.setStorageConfiguration(StorageConfiguration storageConfiguration)
Specifies the configuration for the vector store used for the knowledge base.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withStorageConfiguration(StorageConfiguration storageConfiguration)
Contains details about the configuration of the vector database used for the knowledge base.
|
KnowledgeBase |
KnowledgeBase.withStorageConfiguration(StorageConfiguration storageConfiguration)
Contains details about the storage configuration of the knowledge base.
|
UpdateKnowledgeBaseRequest |
UpdateKnowledgeBaseRequest.withStorageConfiguration(StorageConfiguration storageConfiguration)
Specifies the configuration for the vector store used for the knowledge base.
|
Copyright © 2024. All rights reserved.