Uses of Enum Class
dev.langchain4j.model.vertexai.VertexAiImageModel.MimeType
Packages that use VertexAiImageModel.MimeType
-
Uses of VertexAiImageModel.MimeType in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return VertexAiImageModel.MimeTypeModifier and TypeMethodDescriptionstatic VertexAiImageModel.MimeType
Returns the enum constant of this class with the specified name.static VertexAiImageModel.MimeType[]
VertexAiImageModel.MimeType.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.MimeTypeModifier and TypeMethodDescriptionVertexAiImageModel.Builder.mimeType
(VertexAiImageModel.MimeType mimeType) Constructors in dev.langchain4j.model.vertexai with parameters of type VertexAiImageModel.MimeTypeModifierConstructorDescriptionVertexAiImageModel
(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.