Interface CfnDataSourcePropsMixin.IHierarchicalChunkingLevelConfigurationProperty
Token settings for a layer in a hierarchical chunking configuration.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IHierarchicalChunkingLevelConfigurationProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IHierarchicalChunkingLevelConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var hierarchicalChunkingLevelConfigurationProperty = new HierarchicalChunkingLevelConfigurationProperty {
MaxTokens = 123
};
Synopsis
Properties
| MaxTokens | The maximum number of tokens that a chunk can contain in this layer. |
Properties
MaxTokens
The maximum number of tokens that a chunk can contain in this layer.
double? MaxTokens { get; }