interface HierarchicalChunkingLevelConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnKnowledgeBasePropsMixin.HierarchicalChunkingLevelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnKnowledgeBasePropsMixin_HierarchicalChunkingLevelConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnKnowledgeBasePropsMixin.HierarchicalChunkingLevelConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnKnowledgeBasePropsMixin.HierarchicalChunkingLevelConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnKnowledgeBasePropsMixin » HierarchicalChunkingLevelConfigurationProperty |
Token settings for each layer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from '@aws-cdk/cfn-property-mixins';
const hierarchicalChunkingLevelConfigurationProperty: wisdom.CfnKnowledgeBasePropsMixin.HierarchicalChunkingLevelConfigurationProperty = {
maxTokens: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | The maximum number of tokens that a chunk can contain in this layer. |
maxTokens?
Type:
number
(optional)
The maximum number of tokens that a chunk can contain in this layer.

.NET
Go
Java
Python
TypeScript