AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfigurationArgs

data class AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfigurationArgs(val breakpointPercentileThreshold: Output<Int>, val bufferSize: Output<Int>, val maxToken: Output<Int>) : ConvertibleToJava<AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfigurationArgs>

Constructors

constructor(breakpointPercentileThreshold: Output<Int>, bufferSize: Output<Int>, maxToken: Output<Int>)

Properties

Link copied to clipboard

The dissimilarity threshold for splitting chunks.

Link copied to clipboard
val bufferSize: Output<Int>

The buffer size.

Link copied to clipboard
val maxToken: Output<Int>

The maximum number of tokens a chunk can contain.

Functions

Link copied to clipboard
open override fun toJava(): AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfigurationArgs