Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveCitation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveCitation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A citation mapping a span of the generated answer to supporting results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_index ⇒ Integer
Character offset end (exclusive) in the answer text.
-
#references ⇒ Array<Types::AgenticRetrieveCitationReference>
References to results that support this span.
-
#start_index ⇒ Integer
Character offset start in the answer text.
Instance Attribute Details
#end_index ⇒ Integer
Character offset end (exclusive) in the answer text.
485 486 487 488 489 490 491 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 485 class AgenticRetrieveCitation < Struct.new( :end_index, :references, :start_index) SENSITIVE = [] include Aws::Structure end |
#references ⇒ Array<Types::AgenticRetrieveCitationReference>
References to results that support this span.
485 486 487 488 489 490 491 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 485 class AgenticRetrieveCitation < Struct.new( :end_index, :references, :start_index) SENSITIVE = [] include Aws::Structure end |
#start_index ⇒ Integer
Character offset start in the answer text.
485 486 487 488 489 490 491 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 485 class AgenticRetrieveCitation < Struct.new( :end_index, :references, :start_index) SENSITIVE = [] include Aws::Structure end |