Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveAction
- 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
-
#full_document_expansion ⇒ Types::AgenticRetrieveFullDocExpansionDetails
Details of a full document expansion action.
-
#retrieve ⇒ Types::AgenticRetrieveActionDetails
Details of the retrieve action.
Instance Attribute Details
#full_document_expansion ⇒ Types::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 |
#retrieve ⇒ Types::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 |