Uses of Class
org.springframework.ai.openai.OpenAiImageOptions
Packages that use OpenAiImageOptions
-
Uses of OpenAiImageOptions in org.springframework.ai.autoconfigure.openai
Methods in org.springframework.ai.autoconfigure.openai that return OpenAiImageOptionsMethods in org.springframework.ai.autoconfigure.openai with parameters of type OpenAiImageOptionsModifier and TypeMethodDescriptionvoid
OpenAiImageProperties.setOptions
(OpenAiImageOptions options) -
Uses of OpenAiImageOptions in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiImageOptionsConstructors in org.springframework.ai.openai with parameters of type OpenAiImageOptionsModifierConstructorDescriptionOpenAiImageModel
(OpenAiImageApi openAiImageApi, OpenAiImageOptions options, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the OpenAiImageModel.OpenAiImageModel
(OpenAiImageApi openAiImageApi, OpenAiImageOptions options, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the OpenAiImageModel.