Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveFullDocExpansionDetails

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

Instance Attribute Details

#document_idString

The identifier of the document to expand.

Returns:

  • (String)


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