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