Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveResultItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A single item from the agentic retrieval results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::RetrievalContent
The retrieved content.
-
#metadata ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Metadata associated with the retrieved item.
-
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
The source retriever that produced this result.
Instance Attribute Details
#content ⇒ Types::RetrievalContent
The retrieved content.
1020 1021 1022 1023 1024 1025 1026 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1020 class AgenticRetrieveResultItem < Struct.new( :content, :metadata, :source_retriever) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Metadata associated with the retrieved item.
1020 1021 1022 1023 1024 1025 1026 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1020 class AgenticRetrieveResultItem < Struct.new( :content, :metadata, :source_retriever) SENSITIVE = [] include Aws::Structure end |
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
The source retriever that produced this result.
1020 1021 1022 1023 1024 1025 1026 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1020 class AgenticRetrieveResultItem < Struct.new( :content, :metadata, :source_retriever) SENSITIVE = [] include Aws::Structure end |