Uses of Enum Class
dev.langchain4j.model.vertexai.VertexAiImageModel.PersonGeneration
Packages that use VertexAiImageModel.PersonGeneration
-
Uses of VertexAiImageModel.PersonGeneration in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return VertexAiImageModel.PersonGenerationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VertexAiImageModel.PersonGeneration[]
VertexAiImageModel.PersonGeneration.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.PersonGenerationModifier and TypeMethodDescriptionVertexAiImageModel.Builder.personGeneration
(VertexAiImageModel.PersonGeneration personGeneration) Constructors in dev.langchain4j.model.vertexai with parameters of type VertexAiImageModel.PersonGenerationModifierConstructorDescriptionVertexAiImageModel
(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.