Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FixedSizeChunkingConfiguration.Builder
Packages that use FixedSizeChunkingConfiguration.Builder
-
Uses of FixedSizeChunkingConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FixedSizeChunkingConfiguration.BuilderModifier and TypeMethodDescriptionFixedSizeChunkingConfiguration.builder()The maximum number of tokens to include in a chunk.FixedSizeChunkingConfiguration.Builder.overlapPercentage(Integer overlapPercentage) The percentage of overlap between adjacent chunks of a data source.FixedSizeChunkingConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FixedSizeChunkingConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FixedSizeChunkingConfiguration.Builder>FixedSizeChunkingConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FixedSizeChunkingConfiguration.BuilderModifier and TypeMethodDescriptiondefault ChunkingConfiguration.BuilderChunkingConfiguration.Builder.fixedSizeChunkingConfiguration(Consumer<FixedSizeChunkingConfiguration.Builder> fixedSizeChunkingConfiguration) Configurations for when you choose fixed-size chunking.