Class: Aws::BedrockAgentRuntime::Types::Span

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endInteger

Where the text with a citation ends in the generated output.

Returns:

  • (Integer)


4708
4709
4710
4711
4712
4713
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4708

class Span < Struct.new(
  :end,
  :start)
  SENSITIVE = []
  include Aws::Structure
end

#startInteger

Where the text with a citation starts in the generated output.

Returns:

  • (Integer)


4708
4709
4710
4711
4712
4713
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4708

class Span < Struct.new(
  :end,
  :start)
  SENSITIVE = []
  include Aws::Structure
end