Uses of Class
org.springframework.ai.google.genai.image.GoogleGenAiImageConnectionDetails
Packages that use GoogleGenAiImageConnectionDetails
Package
Description
Google GenAI image generation support for Spring AI.
Auto-configuration for Google GenAI image generation.
-
Uses of GoogleGenAiImageConnectionDetails in org.springframework.ai.google.genai.image
Methods in org.springframework.ai.google.genai.image that return GoogleGenAiImageConnectionDetailsConstructors in org.springframework.ai.google.genai.image with parameters of type GoogleGenAiImageConnectionDetailsModifierConstructorDescriptionGoogleGenAiImageModel(GoogleGenAiImageConnectionDetails connectionDetails, GoogleGenAiImageOptions defaultImageOptions) GoogleGenAiImageModel(GoogleGenAiImageConnectionDetails connectionDetails, GoogleGenAiImageOptions defaultImageOptions, org.springframework.core.retry.RetryTemplate retryTemplate) GoogleGenAiImageModel(GoogleGenAiImageConnectionDetails connectionDetails, GoogleGenAiImageOptions defaultImageOptions, org.springframework.core.retry.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of GoogleGenAiImageConnectionDetails in org.springframework.ai.model.google.genai.autoconfigure.image
Methods in org.springframework.ai.model.google.genai.autoconfigure.image that return GoogleGenAiImageConnectionDetailsModifier and TypeMethodDescriptionGoogleGenAiImageConnectionAutoConfiguration.googleGenAiImageConnectionDetails(GoogleGenAiImageConnectionProperties connectionProperties) Methods in org.springframework.ai.model.google.genai.autoconfigure.image with parameters of type GoogleGenAiImageConnectionDetailsModifier and TypeMethodDescriptionGoogleGenAiImageAutoConfiguration.googleGenAiImageModel(GoogleGenAiImageConnectionDetails connectionDetails, GoogleGenAiImageProperties imageProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.core.retry.RetryTemplate> retryTemplate, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ImageModelObservationConvention> observationConvention)