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.
939 940 941 |
# File 'sig/types.rbs', line 939 def max_tokens @max_tokens end |
#overlap_percentage ⇒ ::Integer
Returns the value of attribute overlap_percentage.
940 941 942 |
# File 'sig/types.rbs', line 940 def overlap_percentage @overlap_percentage end |