Class: Aws::Types::SemanticChunkingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SemanticChunkingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#breakpoint_percentile_threshold ⇒ ::Integer
Returns the value of attribute breakpoint_percentile_threshold.
-
#buffer_size ⇒ ::Integer
Returns the value of attribute buffer_size.
-
#max_tokens ⇒ ::Integer
Returns the value of attribute max_tokens.
Instance Attribute Details
#breakpoint_percentile_threshold ⇒ ::Integer
Returns the value of attribute breakpoint_percentile_threshold.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def breakpoint_percentile_threshold @breakpoint_percentile_threshold end |
#buffer_size ⇒ ::Integer
Returns the value of attribute buffer_size.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def buffer_size @buffer_size end |
#max_tokens ⇒ ::Integer
Returns the value of attribute max_tokens.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def max_tokens @max_tokens end |