Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RerankSource
-
Packages that use RerankSource Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 RerankSource Modifier and Type Method Description 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 RerankSource Modifier and Type Method Description RerankRequest.BuilderRerankRequest.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 RerankSource Modifier and Type Method Description RerankRequest.BuilderRerankRequest.Builder. sources(Collection<RerankSource> sources)An array of objects, each of which contains information about the sources to rerank.
-