Class: Aws::BedrockAgentRuntime::Types::Span
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::Span
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about where the text with a citation begins and ends in the generated output.
This data type is used in the following API operations:
RetrieveAndGenerate response – in the
span
fieldInvokeAgent response – in the
span
field
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end ⇒ Integer
Where the text with a citation ends in the generated output.
-
#start ⇒ Integer
Where the text with a citation starts in the generated output.