Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.HierarchicalChunkingLevelConfigurationProperty

Token settings for a layer in a hierarchical chunking configuration.

Inheritance
object
CfnDataSourcePropsMixin.HierarchicalChunkingLevelConfigurationProperty
Implements
CfnDataSourcePropsMixin.IHierarchicalChunkingLevelConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.HierarchicalChunkingLevelConfigurationProperty : CfnDataSourcePropsMixin.IHierarchicalChunkingLevelConfigurationProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.HierarchicalChunkingLevelConfigurationProperty Implements CfnDataSourcePropsMixin.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.Mixins.Preview.AWS.Bedrock.Mixins;

             var hierarchicalChunkingLevelConfigurationProperty = new HierarchicalChunkingLevelConfigurationProperty {
                 MaxTokens = 123
             };

Synopsis

Constructors

HierarchicalChunkingLevelConfigurationProperty()

Token settings for a layer in a hierarchical chunking configuration.

Properties

MaxTokens

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

Constructors

HierarchicalChunkingLevelConfigurationProperty()

Token settings for a layer in a hierarchical chunking configuration.

public HierarchicalChunkingLevelConfigurationProperty()
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.Mixins.Preview.AWS.Bedrock.Mixins;

             var hierarchicalChunkingLevelConfigurationProperty = new HierarchicalChunkingLevelConfigurationProperty {
                 MaxTokens = 123
             };

Properties

MaxTokens

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

public double? MaxTokens { get; set; }
Property Value

double?

Remarks

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

Implements

CfnDataSourcePropsMixin.IHierarchicalChunkingLevelConfigurationProperty
Back to top Generated by DocFX