Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RerankSource
Packages that use RerankSource
-
Uses of RerankSource in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RerankSourceModifier and TypeMethodDescriptionfinal List<RerankSource>RerankRequest.sources()An array of objects, each of which contains information about the sources to rerank.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RerankSourceModifier and TypeMethodDescriptionRerankRequest.Builder.sources(RerankSource... sources) An array of objects, each of which contains information about the sources to rerank.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RerankSourceModifier and TypeMethodDescriptionRerankRequest.Builder.sources(Collection<RerankSource> sources) An array of objects, each of which contains information about the sources to rerank.