Class: Aws::BedrockAgent::Types::StorageConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::StorageConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains the storage configuration of the knowledge base.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #mongo_db_atlas_configuration  ⇒ Types::MongoDbAtlasConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the storage configuration of the knowledge base in MongoDB Atlas.
 - 
  
    
      #opensearch_serverless_configuration  ⇒ Types::OpenSearchServerlessConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
 - 
  
    
      #pinecone_configuration  ⇒ Types::PineconeConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the storage configuration of the knowledge base in Pinecone.
 - 
  
    
      #rds_configuration  ⇒ Types::RdsConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the storage configuration of the knowledge base in Amazon RDS.
 - 
  
    
      #redis_enterprise_cloud_configuration  ⇒ Types::RedisEnterpriseCloudConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The vector store service in which the knowledge base is stored.
 
Instance Attribute Details
#mongo_db_atlas_configuration ⇒ Types::MongoDbAtlasConfiguration
Contains the storage configuration of the knowledge base in MongoDB Atlas.
      6783 6784 6785 6786 6787 6788 6789 6790 6791 6792  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6783 class StorageConfiguration < Struct.new( :mongo_db_atlas_configuration, :opensearch_serverless_configuration, :pinecone_configuration, :rds_configuration, :redis_enterprise_cloud_configuration, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#opensearch_serverless_configuration ⇒ Types::OpenSearchServerlessConfiguration
Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
      6783 6784 6785 6786 6787 6788 6789 6790 6791 6792  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6783 class StorageConfiguration < Struct.new( :mongo_db_atlas_configuration, :opensearch_serverless_configuration, :pinecone_configuration, :rds_configuration, :redis_enterprise_cloud_configuration, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#pinecone_configuration ⇒ Types::PineconeConfiguration
Contains the storage configuration of the knowledge base in Pinecone.
      6783 6784 6785 6786 6787 6788 6789 6790 6791 6792  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6783 class StorageConfiguration < Struct.new( :mongo_db_atlas_configuration, :opensearch_serverless_configuration, :pinecone_configuration, :rds_configuration, :redis_enterprise_cloud_configuration, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#rds_configuration ⇒ Types::RdsConfiguration
Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html
      6783 6784 6785 6786 6787 6788 6789 6790 6791 6792  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6783 class StorageConfiguration < Struct.new( :mongo_db_atlas_configuration, :opensearch_serverless_configuration, :pinecone_configuration, :rds_configuration, :redis_enterprise_cloud_configuration, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#redis_enterprise_cloud_configuration ⇒ Types::RedisEnterpriseCloudConfiguration
Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.
      6783 6784 6785 6786 6787 6788 6789 6790 6791 6792  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6783 class StorageConfiguration < Struct.new( :mongo_db_atlas_configuration, :opensearch_serverless_configuration, :pinecone_configuration, :rds_configuration, :redis_enterprise_cloud_configuration, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The vector store service in which the knowledge base is stored.
      6783 6784 6785 6786 6787 6788 6789 6790 6791 6792  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6783 class StorageConfiguration < Struct.new( :mongo_db_atlas_configuration, :opensearch_serverless_configuration, :pinecone_configuration, :rds_configuration, :redis_enterprise_cloud_configuration, :type) SENSITIVE = [] include Aws::Structure end  |