Uses of Class
com.google.genkit.ai.Candidate
Packages that use Candidate
-
Uses of Candidate in com.google.genkit.ai
Methods in com.google.genkit.ai that return types with arguments of type CandidateMethods in com.google.genkit.ai with parameters of type CandidateMethod parameters in com.google.genkit.ai with type arguments of type CandidateModifier and TypeMethodDescriptionModelResponse.Builder.candidates(List<Candidate> candidates) voidModelResponse.setCandidates(List<Candidate> candidates) Constructor parameters in com.google.genkit.ai with type arguments of type CandidateModifierConstructorDescriptionModelResponse(List<Candidate> candidates) Creates a ModelResponse with the given candidates.