| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FixedSizeChunkingConfiguration |
FixedSizeChunkingConfiguration.clone() |
FixedSizeChunkingConfiguration |
ChunkingConfiguration.getFixedSizeChunkingConfiguration()
Configurations for when you choose fixed-size chunking.
|
FixedSizeChunkingConfiguration |
FixedSizeChunkingConfiguration.withMaxTokens(Integer maxTokens)
The maximum number of tokens to include in a chunk.
|
FixedSizeChunkingConfiguration |
FixedSizeChunkingConfiguration.withOverlapPercentage(Integer overlapPercentage)
The percentage of overlap between adjacent chunks of a data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkingConfiguration.setFixedSizeChunkingConfiguration(FixedSizeChunkingConfiguration fixedSizeChunkingConfiguration)
Configurations for when you choose fixed-size chunking.
|
ChunkingConfiguration |
ChunkingConfiguration.withFixedSizeChunkingConfiguration(FixedSizeChunkingConfiguration fixedSizeChunkingConfiguration)
Configurations for when you choose fixed-size chunking.
|
Copyright © 2024. All rights reserved.