Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FieldForReranking
Packages that use FieldForReranking
-
Uses of FieldForReranking in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FieldForRerankingModifier and TypeMethodDescriptionfinal List<FieldForReranking>RerankingMetadataSelectiveModeConfiguration.fieldsToExclude()Specifies the metadata fields to exclude from the reranking process.final List<FieldForReranking>RerankingMetadataSelectiveModeConfiguration.fieldsToInclude()Specifies the metadata fields to include in the reranking process.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FieldForRerankingModifier and TypeMethodDescriptionRerankingMetadataSelectiveModeConfiguration.Builder.fieldsToExclude(FieldForReranking... fieldsToExclude) Specifies the metadata fields to exclude from the reranking process.RerankingMetadataSelectiveModeConfiguration.Builder.fieldsToInclude(FieldForReranking... fieldsToInclude) Specifies the metadata fields to include in the reranking process.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FieldForRerankingModifier and TypeMethodDescriptionRerankingMetadataSelectiveModeConfiguration.Builder.fieldsToExclude(Collection<FieldForReranking> fieldsToExclude) Specifies the metadata fields to exclude from the reranking process.RerankingMetadataSelectiveModeConfiguration.Builder.fieldsToInclude(Collection<FieldForReranking> fieldsToInclude) Specifies the metadata fields to include in the reranking process.RerankingMetadataSelectiveModeConfiguration.fromFieldsToExclude(List<FieldForReranking> fieldsToExclude) Create an instance of this class withRerankingMetadataSelectiveModeConfiguration.fieldsToExclude()initialized to the given value.RerankingMetadataSelectiveModeConfiguration.fromFieldsToInclude(List<FieldForReranking> fieldsToInclude) Create an instance of this class withRerankingMetadataSelectiveModeConfiguration.fieldsToInclude()initialized to the given value.