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.
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3760 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.
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3760 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.
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3760 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
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3760 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.
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3760 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.
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3760 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 |