Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveFullDocExpansionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveFullDocExpansionDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Details of a full document expansion action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_id ⇒ String
The identifier of the document to expand.
-
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
The source retriever associated with the document.
Instance Attribute Details
#document_id ⇒ String
The identifier of the document to expand.
573 574 575 576 577 578 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 573 class AgenticRetrieveFullDocExpansionDetails < Struct.new( :document_id, :source_retriever) SENSITIVE = [] include Aws::Structure end |
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
The source retriever associated with the document.
573 574 575 576 577 578 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 573 class AgenticRetrieveFullDocExpansionDetails < Struct.new( :document_id, :source_retriever) SENSITIVE = [] include Aws::Structure end |