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.



1217
1218
1219
1220
1221
1222
1223
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1217

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>)


1217
1218
1219
1220
1221
1222
1223
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1217

class AgenticRetrieveTraceResultItem < Struct.new(
  :content,
  :metadata,
  :source_retriever)
  SENSITIVE = []
  include Aws::Structure
end

#source_retrieverTypes::AgenticRetrieveSourceRetriever

The source retriever that produced this result.



1217
1218
1219
1220
1221
1222
1223
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1217

class AgenticRetrieveTraceResultItem < Struct.new(
  :content,
  :metadata,
  :source_retriever)
  SENSITIVE = []
  include Aws::Structure
end