Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FixedSizeChunkingConfiguration.Builder
-
Packages that use FixedSizeChunkingConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FixedSizeChunkingConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FixedSizeChunkingConfiguration.Builder Modifier and Type Method Description static FixedSizeChunkingConfiguration.BuilderFixedSizeChunkingConfiguration. builder()FixedSizeChunkingConfiguration.BuilderFixedSizeChunkingConfiguration.Builder. maxTokens(Integer maxTokens)The maximum number of tokens per chunk.FixedSizeChunkingConfiguration.BuilderFixedSizeChunkingConfiguration.Builder. overlapPercentage(Integer overlapPercentage)The overlap percentage between adjacent chunks.FixedSizeChunkingConfiguration.BuilderFixedSizeChunkingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FixedSizeChunkingConfiguration.Builder Modifier and Type Method Description static Class<? extends FixedSizeChunkingConfiguration.Builder>FixedSizeChunkingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FixedSizeChunkingConfiguration.Builder Modifier and Type Method Description default ChunkingConfiguration.BuilderChunkingConfiguration.Builder. fixedSizeChunkingConfiguration(Consumer<FixedSizeChunkingConfiguration.Builder> fixedSizeChunkingConfiguration)Sets the value of the FixedSizeChunkingConfiguration property for this object.
-