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.
6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6859 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.
6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6859 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.
6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6859 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
6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6859 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.
6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6859 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.
6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6859 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 |