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)


8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8398

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

#startInteger

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

Returns:

  • (Integer)


8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8398

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