Class: Aws::QConnect::Types::HierarchicalChunkingLevelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::HierarchicalChunkingLevelConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Token settings for each layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_tokens ⇒ Integer
The maximum number of tokens that a chunk can contain in this layer.
Instance Attribute Details
#max_tokens ⇒ Integer
The maximum number of tokens that a chunk can contain in this layer.
5846 5847 5848 5849 5850 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5846 class HierarchicalChunkingLevelConfiguration < Struct.new( :max_tokens) SENSITIVE = [] include Aws::Structure end |