Class: Aws::BedrockAgentRuntime::Types::KnowledgeBaseRetrievalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::KnowledgeBaseRetrievalConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains configurations for knowledge base query. For more information, see Query configurations.
This data type is used in the following API operations:
Retrieve request – in the
retrievalConfiguration
fieldRetrieveAndGenerate request – in the
retrievalConfiguration
field
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vector_search_configuration ⇒ Types::KnowledgeBaseVectorSearchConfiguration
Contains details about how the results from the vector search should be returned.
Instance Attribute Details
#vector_search_configuration ⇒ Types::KnowledgeBaseVectorSearchConfiguration
Contains details about how the results from the vector search should be returned. For more information, see Query configurations.
2164 2165 2166 2167 2168 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2164 class KnowledgeBaseRetrievalConfiguration < Struct.new( :vector_search_configuration) SENSITIVE = [] include Aws::Structure end |