Class: Aws::Types::HierarchicalChunkingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HierarchicalChunkingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#level_configurations ⇒ ::Array[Types::HierarchicalChunkingLevelConfiguration]
Returns the value of attribute level_configurations.
-
#overlap_tokens ⇒ ::Integer
Returns the value of attribute overlap_tokens.
Instance Attribute Details
#level_configurations ⇒ ::Array[Types::HierarchicalChunkingLevelConfiguration]
Returns the value of attribute level_configurations.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def level_configurations @level_configurations end |
#overlap_tokens ⇒ ::Integer
Returns the value of attribute overlap_tokens.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def overlap_tokens @overlap_tokens end |