Uses of Enum Class
dev.langchain4j.model.vertexai.VertexAiImageModel.AspectRatio
Packages that use VertexAiImageModel.AspectRatio
-
Uses of VertexAiImageModel.AspectRatio in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return VertexAiImageModel.AspectRatioModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VertexAiImageModel.AspectRatio[]
VertexAiImageModel.AspectRatio.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.vertexai with parameters of type VertexAiImageModel.AspectRatioModifier and TypeMethodDescriptionVertexAiImageModel.Builder.aspectRatio
(VertexAiImageModel.AspectRatio aspectRatio) Constructors in dev.langchain4j.model.vertexai with parameters of type VertexAiImageModel.AspectRatioModifierConstructorDescriptionVertexAiImageModel
(String endpoint, String project, String location, String publisher, String modelName, Long seed, String language, Integer guidanceScale, String negativePrompt, VertexAiImageModel.ImageStyle sampleImageStyle, Integer sampleImageSize, VertexAiImageModel.AspectRatio aspectRatio, VertexAiImageModel.PersonGeneration personGeneration, Integer maxRetries, VertexAiImageModel.MimeType mimeType, Integer compressionQuality, Boolean addWatermark, String cloudStorageBucket, Boolean withPersisting, Path persistTo, Boolean logRequests, Boolean logResponses) Constructor of the Imagen image generation model.