Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.PredictResponse.Predictions
Packages that use PredictResponse.Predictions
-
Uses of PredictResponse.Predictions in io.quarkiverse.langchain4j.vertexai.runtime
Methods in io.quarkiverse.langchain4j.vertexai.runtime that return types with arguments of type PredictResponse.PredictionsModifier and TypeMethodDescriptionPredictResponse.predictions()Returns the value of thepredictionsrecord component.Constructor parameters in io.quarkiverse.langchain4j.vertexai.runtime with type arguments of type PredictResponse.PredictionsModifierConstructorDescriptionPredictResponse(List<PredictResponse.Predictions> predictions, PredictResponse.Metadata metadata) Creates an instance of aPredictResponserecord class.