AWS::Bedrock::Flow RerankingMetadataSelectiveModeConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::Bedrock::Flow RerankingMetadataSelectiveModeConfiguration

Configuration for selectively including or excluding metadata fields during the reranking process. This allows you to control which metadata attributes are considered when reordering search results.

Syntax

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

Properties

FieldsToExclude

A list of metadata field names to explicitly exclude from the reranking process. All metadata fields except these will be considered when reordering search results. This parameter cannot be used together with fieldsToInclude.

Required: No

Type: Array of FieldForReranking

Minimum: 1

Maximum: 100

Update requires: No interruption

FieldsToInclude

A list of metadata field names to explicitly include in the reranking process. Only these fields will be considered when reordering search results. This parameter cannot be used together with fieldsToExclude.

Required: No

Type: Array of FieldForReranking

Minimum: 1

Maximum: 100

Update requires: No interruption