Uses of Class
software.amazon.awssdk.services.bedrockagent.model.RerankingMetadataSelectiveModeConfiguration
Packages that use RerankingMetadataSelectiveModeConfiguration
-
Uses of RerankingMetadataSelectiveModeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.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()The configuration for selective metadata field inclusion or exclusion during reranking.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type RerankingMetadataSelectiveModeConfigurationModifier and TypeMethodDescriptionMetadataConfigurationForReranking.Builder.selectiveModeConfiguration(RerankingMetadataSelectiveModeConfiguration selectiveModeConfiguration) The configuration for selective metadata field inclusion or exclusion during reranking.