Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveResultItem

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

Instance Attribute Details

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

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

Metadata associated with the retrieved item.

Returns:

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


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