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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2557
2558
2559
# File 'sig/types.rbs', line 2557

def max_tokens
  @max_tokens
end