Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FieldForReranking
-
Packages that use FieldForReranking Package Description software.amazon.awssdk.services.bedrockagent.model -
-
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 FieldForReranking Modifier and Type Method Description List<FieldForReranking>RerankingMetadataSelectiveModeConfiguration. fieldsToExclude()Specifies the metadata fields to exclude from the reranking process.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 FieldForReranking Modifier and Type Method Description RerankingMetadataSelectiveModeConfiguration.BuilderRerankingMetadataSelectiveModeConfiguration.Builder. fieldsToExclude(FieldForReranking... fieldsToExclude)Specifies the metadata fields to exclude from the reranking process.RerankingMetadataSelectiveModeConfiguration.BuilderRerankingMetadataSelectiveModeConfiguration.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 FieldForReranking Modifier and Type Method Description RerankingMetadataSelectiveModeConfiguration.BuilderRerankingMetadataSelectiveModeConfiguration.Builder. fieldsToExclude(Collection<FieldForReranking> fieldsToExclude)Specifies the metadata fields to exclude from the reranking process.RerankingMetadataSelectiveModeConfiguration.BuilderRerankingMetadataSelectiveModeConfiguration.Builder. fieldsToInclude(Collection<FieldForReranking> fieldsToInclude)Specifies the metadata fields to include in the reranking process.static RerankingMetadataSelectiveModeConfigurationRerankingMetadataSelectiveModeConfiguration. fromFieldsToExclude(List<FieldForReranking> fieldsToExclude)Create an instance of this class withRerankingMetadataSelectiveModeConfiguration.fieldsToExclude()initialized to the given value.static RerankingMetadataSelectiveModeConfigurationRerankingMetadataSelectiveModeConfiguration. fromFieldsToInclude(List<FieldForReranking> fieldsToInclude)Create an instance of this class withRerankingMetadataSelectiveModeConfiguration.fieldsToInclude()initialized to the given value.
-