Show / Hide Table of Contents

Interface CfnDataSource.IHierarchicalChunkingLevelConfigurationProperty

Token settings for a layer in a hierarchical chunking configuration.

Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IHierarchicalChunkingLevelConfigurationProperty
Syntax (vb)
Public Interface CfnDataSource.IHierarchicalChunkingLevelConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-hierarchicalchunkinglevelconfiguration.html

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.AWS.Bedrock;

             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; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-hierarchicalchunkinglevelconfiguration.html#cfn-bedrock-datasource-hierarchicalchunkinglevelconfiguration-maxtokens

Back to top Generated by DocFX