AWS::Bedrock::FlowVersion RerankingMetadataSelectiveModeConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::Bedrock::FlowVersion 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 Amazon 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