Class: Aws::QConnect::Types::HierarchicalChunkingConfiguration

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

Overview

Settings for hierarchical document chunking for a data source. Hierarchical chunking splits documents into layers of chunks where the first layer contains large chunks, and the second layer contains smaller chunks derived from the first layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#level_configurationsArray<Types::HierarchicalChunkingLevelConfiguration>

Token settings for each layer.



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

class HierarchicalChunkingConfiguration < Struct.new(
  :level_configurations,
  :overlap_tokens)
  SENSITIVE = []
  include Aws::Structure
end

#overlap_tokensInteger

The number of tokens to repeat across chunks in the same layer.

Returns:

  • (Integer)


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

class HierarchicalChunkingConfiguration < Struct.new(
  :level_configurations,
  :overlap_tokens)
  SENSITIVE = []
  include Aws::Structure
end