KnowledgeBaseHierarchicalChunkingLevelConfigurationArgs

data class KnowledgeBaseHierarchicalChunkingLevelConfigurationArgs(val maxTokens: Output<Double>) : ConvertibleToJava<KnowledgeBaseHierarchicalChunkingLevelConfigurationArgs>

Constructors

constructor(maxTokens: Output<Double>)

Properties

Link copied to clipboard
val maxTokens: Output<Double>

The maximum number of tokens that a chunk can contain in this layer.

Functions

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