| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ChunkingConfiguration |
ChunkingConfiguration.clone() |
ChunkingConfiguration |
VectorIngestionConfiguration.getChunkingConfiguration()
Details about how to chunk the documents in the data source.
|
ChunkingConfiguration |
ChunkingConfiguration.withChunkingStrategy(ChunkingStrategy chunkingStrategy)
Knowledge base can split your source data into chunks.
|
ChunkingConfiguration |
ChunkingConfiguration.withChunkingStrategy(String chunkingStrategy)
Knowledge base can split your source data into chunks.
|
ChunkingConfiguration |
ChunkingConfiguration.withFixedSizeChunkingConfiguration(FixedSizeChunkingConfiguration fixedSizeChunkingConfiguration)
Configurations for when you choose fixed-size chunking.
|
ChunkingConfiguration |
ChunkingConfiguration.withHierarchicalChunkingConfiguration(HierarchicalChunkingConfiguration hierarchicalChunkingConfiguration)
Settings for hierarchical document chunking for a data source.
|
ChunkingConfiguration |
ChunkingConfiguration.withSemanticChunkingConfiguration(SemanticChunkingConfiguration semanticChunkingConfiguration)
Settings for semantic document chunking for a data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorIngestionConfiguration.setChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
Details about how to chunk the documents in the data source.
|
VectorIngestionConfiguration |
VectorIngestionConfiguration.withChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
Details about how to chunk the documents in the data source.
|
Copyright © 2025. All rights reserved.