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.
750 751 752 753 754 755 756 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 750 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.
750 751 752 753 754 755 756 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 750 class AgenticRetrieveResultItem < Struct.new( :content, :metadata, :source_retriever) SENSITIVE = [] include Aws::Structure end |
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
The source retriever that produced this result.
750 751 752 753 754 755 756 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 750 class AgenticRetrieveResultItem < Struct.new( :content, :metadata, :source_retriever) SENSITIVE = [] include Aws::Structure end |