Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RerankingMetadataSelectiveModeConfiguration
Packages that use RerankingMetadataSelectiveModeConfiguration
-
Uses of RerankingMetadataSelectiveModeConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RerankingMetadataSelectiveModeConfigurationModifier and TypeMethodDescriptionRerankingMetadataSelectiveModeConfiguration.fromFieldsToExclude(List<FieldForReranking> fieldsToExclude) Create an instance of this class withfieldsToExclude()initialized to the given value.RerankingMetadataSelectiveModeConfiguration.fromFieldsToInclude(List<FieldForReranking> fieldsToInclude) Create an instance of this class withfieldsToInclude()initialized to the given value.MetadataConfigurationForReranking.selectiveModeConfiguration()Contains configurations for the metadata fields to include or exclude when considering reranking.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RerankingMetadataSelectiveModeConfigurationModifier and TypeMethodDescriptionMetadataConfigurationForReranking.Builder.selectiveModeConfiguration(RerankingMetadataSelectiveModeConfiguration selectiveModeConfiguration) Contains configurations for the metadata fields to include or exclude when considering reranking.