Skip to content

Bedrock Agent  >  Unions  >  RerankingMetadataSelectiveModeConfiguration

RerankingMetadataSelectiveModeConfiguration

Union Type

RerankingMetadataSelectiveModeConfiguration module-attribute

Configures the metadata fields to include or exclude during the reranking process when using selective mode.

Union Member Types

RerankingMetadataSelectiveModeConfigurationFieldsToInclude dataclass

Specifies the metadata fields to include in the reranking process.

Attributes

value instance-attribute
value: list[FieldForReranking]

RerankingMetadataSelectiveModeConfigurationFieldsToExclude dataclass

Specifies the metadata fields to exclude from the reranking process.

Attributes

value instance-attribute
value: list[FieldForReranking]

RerankingMetadataSelectiveModeConfigurationUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str