| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FixedSizeChunkingConfiguration |
FixedSizeChunkingConfiguration.clone() |
FixedSizeChunkingConfiguration |
ChunkingConfiguration.getFixedSizeChunkingConfiguration() |
FixedSizeChunkingConfiguration |
FixedSizeChunkingConfiguration.withMaxTokens(Integer maxTokens)
The maximum number of tokens per chunk.
|
FixedSizeChunkingConfiguration |
FixedSizeChunkingConfiguration.withOverlapPercentage(Integer overlapPercentage)
The overlap percentage between adjacent chunks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkingConfiguration.setFixedSizeChunkingConfiguration(FixedSizeChunkingConfiguration fixedSizeChunkingConfiguration) |
ChunkingConfiguration |
ChunkingConfiguration.withFixedSizeChunkingConfiguration(FixedSizeChunkingConfiguration fixedSizeChunkingConfiguration) |
Copyright © 2024. All rights reserved.