Class: Aws::Types::FixedSizeChunkingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FixedSizeChunkingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_tokens ⇒ ::Integer
Returns the value of attribute max_tokens.
-
#overlap_percentage ⇒ ::Integer
Returns the value of attribute overlap_percentage.
Instance Attribute Details
#max_tokens ⇒ ::Integer
Returns the value of attribute max_tokens.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def max_tokens @max_tokens end |
#overlap_percentage ⇒ ::Integer
Returns the value of attribute overlap_percentage.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def overlap_percentage @overlap_percentage end |