Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.PredictResponse.Candidate
Packages that use PredictResponse.Candidate
-
Uses of PredictResponse.Candidate in io.quarkiverse.langchain4j.vertexai.runtime
Methods in io.quarkiverse.langchain4j.vertexai.runtime that return types with arguments of type PredictResponse.CandidateModifier and TypeMethodDescriptionPredictResponse.Predictions.candidates()Returns the value of thecandidatesrecord component.Constructor parameters in io.quarkiverse.langchain4j.vertexai.runtime with type arguments of type PredictResponse.CandidateModifierConstructorDescriptionPredictions(List<PredictResponse.Candidate> candidates) Creates an instance of aPredictionsrecord class.