Class: Aws::BedrockAgent::Types::HierarchicalChunkingLevelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::HierarchicalChunkingLevelConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Token settings for a layer in a hierarchical chunking configuration.
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.
4154 4155 4156 4157 4158 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4154 class HierarchicalChunkingLevelConfiguration < Struct.new( :max_tokens) SENSITIVE = [] include Aws::Structure end |