Uses of Class
org.springframework.ai.openai.OpenAiImageOptions
Packages that use OpenAiImageOptions
-
Uses of OpenAiImageOptions in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure that return OpenAiImageOptionsMethods in org.springframework.ai.model.openai.autoconfigure with parameters of type OpenAiImageOptionsModifier and TypeMethodDescriptionvoid
OpenAiImageProperties.setOptions
(OpenAiImageOptions options) -
Uses of OpenAiImageOptions in org.springframework.ai.openai
Fields in org.springframework.ai.openai declared as OpenAiImageOptionsMethods in org.springframework.ai.openai that return OpenAiImageOptionsModifier and TypeMethodDescriptionOpenAiImageOptions.Builder.build()
OpenAiImageOptions.copy()
Create a copy of this options instance.static OpenAiImageOptions
OpenAiImageOptions.fromOptions
(OpenAiImageOptions fromOptions) Create a new OpenAiImageOptions instance from an existing one.Methods in org.springframework.ai.openai with parameters of type OpenAiImageOptionsModifier and TypeMethodDescriptionstatic OpenAiImageOptions
OpenAiImageOptions.fromOptions
(OpenAiImageOptions fromOptions) Create a new OpenAiImageOptions instance from an existing one.Constructors in org.springframework.ai.openai with parameters of type OpenAiImageOptionsModifierConstructorDescriptionBuilder
(OpenAiImageOptions options) OpenAiImageModel
(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.