AWS::Bedrock::FlowVersion MetadataConfigurationForReranking - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Bedrock::FlowVersion MetadataConfigurationForReranking

Configuration for how metadata should be used during the reranking process in Knowledge Base vector searches. This determines which metadata fields are included or excluded when reordering search results.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

SelectionMode

The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).

Required: Yes

Type: String

Allowed values: SELECTIVE | ALL

Update requires: No interruption

SelectiveModeConfiguration

Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.

Required: No

Type: RerankingMetadataSelectiveModeConfiguration

Update requires: No interruption