Class: Aws::BedrockAgent::Types::ChunkingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Configures chunking strategy

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chunking_strategyString

The type of chunking strategy

Returns:

  • (String)


730
731
732
733
734
735
# File 'lib/aws-sdk-bedrockagent/types.rb', line 730

class ChunkingConfiguration < Struct.new(
  :chunking_strategy,
  :fixed_size_chunking_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_size_chunking_configurationTypes::FixedSizeChunkingConfiguration

Configures fixed size chunking strategy



730
731
732
733
734
735
# File 'lib/aws-sdk-bedrockagent/types.rb', line 730

class ChunkingConfiguration < Struct.new(
  :chunking_strategy,
  :fixed_size_chunking_configuration)
  SENSITIVE = []
  include Aws::Structure
end