Class: Aws::QConnect::Types::HierarchicalChunkingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::HierarchicalChunkingConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#level_configurations ⇒ Array<Types::HierarchicalChunkingLevelConfiguration>
Token settings for each layer.
-
#overlap_tokens ⇒ Integer
The number of tokens to repeat across chunks in the same layer.
Instance Attribute Details
#level_configurations ⇒ Array<Types::HierarchicalChunkingLevelConfiguration>
Token settings for each layer.
5831 5832 5833 5834 5835 5836 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5831 class HierarchicalChunkingConfiguration < Struct.new( :level_configurations, :overlap_tokens) SENSITIVE = [] include Aws::Structure end |
#overlap_tokens ⇒ Integer
The number of tokens to repeat across chunks in the same layer.
5831 5832 5833 5834 5835 5836 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5831 class HierarchicalChunkingConfiguration < Struct.new( :level_configurations, :overlap_tokens) SENSITIVE = [] include Aws::Structure end |