Class: Aws::BedrockAgent::Types::ChunkingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ChunkingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Configures chunking strategy
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chunking_strategy ⇒ String
The type of chunking strategy.
-
#fixed_size_chunking_configuration ⇒ Types::FixedSizeChunkingConfiguration
Configures fixed size chunking strategy.
Instance Attribute Details
#chunking_strategy ⇒ String
The type of 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 |
#fixed_size_chunking_configuration ⇒ Types::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 |