Class: Aws::QConnect::Types::HierarchicalChunkingLevelConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Token settings for each layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_tokensInteger

The maximum number of tokens that a chunk can contain in this layer.

Returns:

  • (Integer)


5197
5198
5199
5200
5201
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5197

class HierarchicalChunkingLevelConfiguration < Struct.new(
  :max_tokens)
  SENSITIVE = []
  include Aws::Structure
end