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)


2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2317

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)


2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2317

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