Class: Aws::Types::SemanticChunkingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#breakpoint_percentile_threshold::Integer

Returns the value of attribute breakpoint_percentile_threshold.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def max_tokens
  @max_tokens
end