Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

An action taken during agentic retrieval.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#full_document_expansionTypes::AgenticRetrieveFullDocExpansionDetails

Details of a full document expansion action.



398
399
400
401
402
403
404
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 398

class AgenticRetrieveAction < Struct.new(
  :full_document_expansion,
  :memory_retrieve,
  :retrieve)
  SENSITIVE = []
  include Aws::Structure
end

#memory_retrieveTypes::AgenticRetrieveMemoryRetrieveDetails

The details of a long-term memory retrieval that the agent chose to perform.



398
399
400
401
402
403
404
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 398

class AgenticRetrieveAction < Struct.new(
  :full_document_expansion,
  :memory_retrieve,
  :retrieve)
  SENSITIVE = []
  include Aws::Structure
end

#retrieveTypes::AgenticRetrieveActionDetails

Details of the retrieve action.



398
399
400
401
402
403
404
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 398

class AgenticRetrieveAction < Struct.new(
  :full_document_expansion,
  :memory_retrieve,
  :retrieve)
  SENSITIVE = []
  include Aws::Structure
end