Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RerankingMetadataSelectiveModeConfiguration
-
Packages that use RerankingMetadataSelectiveModeConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RerankingMetadataSelectiveModeConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RerankingMetadataSelectiveModeConfiguration Modifier and Type Method Description static RerankingMetadataSelectiveModeConfigurationRerankingMetadataSelectiveModeConfiguration. fromFieldsToExclude(List<FieldForReranking> fieldsToExclude)Create an instance of this class withfieldsToExclude()initialized to the given value.static RerankingMetadataSelectiveModeConfigurationRerankingMetadataSelectiveModeConfiguration. fromFieldsToInclude(List<FieldForReranking> fieldsToInclude)Create an instance of this class withfieldsToInclude()initialized to the given value.RerankingMetadataSelectiveModeConfigurationMetadataConfigurationForReranking. 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 RerankingMetadataSelectiveModeConfiguration Modifier and Type Method Description MetadataConfigurationForReranking.BuilderMetadataConfigurationForReranking.Builder. selectiveModeConfiguration(RerankingMetadataSelectiveModeConfiguration selectiveModeConfiguration)Contains configurations for the metadata fields to include or exclude when considering reranking.
-