Class: Aws::Bedrock::Types::RetrieveAndGenerateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::RetrieveAndGenerateConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Contains configuration details for a knowledge base retrieval and response generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_sources_configuration ⇒ Types::ExternalSourcesRetrieveAndGenerateConfiguration
The configuration for the external source wrapper object in the ‘retrieveAndGenerate` function.
-
#knowledge_base_configuration ⇒ Types::KnowledgeBaseRetrieveAndGenerateConfiguration
Contains configuration details for the knowledge base retrieval and response generation.
-
#type ⇒ String
The type of resource that contains your data for retrieving information and generating responses.
Instance Attribute Details
#external_sources_configuration ⇒ Types::ExternalSourcesRetrieveAndGenerateConfiguration
The configuration for the external source wrapper object in the ‘retrieveAndGenerate` function.
6529 6530 6531 6532 6533 6534 6535 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6529 class RetrieveAndGenerateConfiguration < Struct.new( :type, :knowledge_base_configuration, :external_sources_configuration) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseRetrieveAndGenerateConfiguration
Contains configuration details for the knowledge base retrieval and response generation.
6529 6530 6531 6532 6533 6534 6535 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6529 class RetrieveAndGenerateConfiguration < Struct.new( :type, :knowledge_base_configuration, :external_sources_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of resource that contains your data for retrieving information and generating responses.
If you choose to use ‘EXTERNAL_SOURCES`, then currently only Claude 3 Sonnet models for knowledge bases are supported.
6529 6530 6531 6532 6533 6534 6535 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6529 class RetrieveAndGenerateConfiguration < Struct.new( :type, :knowledge_base_configuration, :external_sources_configuration) SENSITIVE = [] include Aws::Structure end |