Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveTraceResultItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentTypes::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

#metadataHash<String,Hash,Array,String,Numeric,Boolean>

Metadata associated with the retrieved item.

Returns:

  • (Hash<String,Hash,Array,String,Numeric,Boolean>)


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_retrieverTypes::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