Class: Aws::Types::FixedSizeChunkingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_tokens::Integer

Returns the value of attribute max_tokens.

Returns:

  • (::Integer)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def max_tokens
  @max_tokens
end

#overlap_percentage::Integer

Returns the value of attribute overlap_percentage.

Returns:

  • (::Integer)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def overlap_percentage
  @overlap_percentage
end