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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



393
394
395
396
397
398
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 393

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

#retrieveTypes::AgenticRetrieveActionDetails

Details of the retrieve action.



393
394
395
396
397
398
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 393

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