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 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 AWS CloudFormation template, use the following syntax:
JSON
{ "FieldsToExclude" :
[ FieldForReranking, ... ]
, "FieldsToInclude" :[ FieldForReranking, ... ]
}
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