Data Source Semantic Chunking Configuration Args
data class DataSourceSemanticChunkingConfigurationArgs(val breakpointPercentileThreshold: Output<Int>, val bufferSize: Output<Int>, val maxTokens: Output<Int>) : ConvertibleToJava<DataSourceSemanticChunkingConfigurationArgs>
Configurations for when you choose semantic chunking. If you set the chunkingStrategy as NONE, exclude this field.