Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceResultItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A result item from an agentic retrieval trace.
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.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 941 class AgenticRetrieveTraceResultItem < 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.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 941 class AgenticRetrieveTraceResultItem < Struct.new( :content, :metadata, :source_retriever) SENSITIVE = [] include Aws::Structure end |
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
The source retriever that produced this result.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 941 class AgenticRetrieveTraceResultItem < Struct.new( :content, :metadata, :source_retriever) SENSITIVE = [] include Aws::Structure end |