interface HierarchicalChunkingLevelConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins.CfnKnowledgeBasePropsMixin.HierarchicalChunkingLevelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswisdom/mixins#CfnKnowledgeBasePropsMixin_HierarchicalChunkingLevelConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.wisdom.mixins.CfnKnowledgeBasePropsMixin.HierarchicalChunkingLevelConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_wisdom.mixins.CfnKnowledgeBasePropsMixin.HierarchicalChunkingLevelConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_wisdom » mixins » 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 { mixins as wisdom_mixins } from '@aws-cdk/mixins-preview/aws-wisdom';
const hierarchicalChunkingLevelConfigurationProperty: wisdom_mixins.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