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.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def breakpoint_percentile_threshold @breakpoint_percentile_threshold end |
#buffer_size ⇒ ::Integer
Returns the value of attribute buffer_size.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def buffer_size @buffer_size end |
#max_tokens ⇒ ::Integer
Returns the value of attribute max_tokens.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def max_tokens @max_tokens end |