Class OpenAiImageProperties.Options
java.lang.Object
org.springframework.ai.model.openai.autoconfigure.OpenAiImageProperties.Options
- Enclosing class:
- OpenAiImageProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable IntegerDeprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetModel()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable IntegergetN()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.@Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetSize()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetStyle()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetUser()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable IntegergetWidth()Deprecated, for removal: This API element is subject to removal in a future version.voidvoidvoidvoidsetQuality(@Nullable String quality) voidsetResponseFormat(@Nullable String responseFormat) voidvoidvoidvoid
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getModel
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.model") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getModel()Deprecated, for removal: This API element is subject to removal in a future version. -
setModel
-
getN
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.n") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Integer getN()Deprecated, for removal: This API element is subject to removal in a future version. -
setN
-
getWidth
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.width") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Integer getWidth()Deprecated, for removal: This API element is subject to removal in a future version. -
setWidth
-
getHeight
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.height") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Integer getHeight()Deprecated, for removal: This API element is subject to removal in a future version. -
setHeight
-
getQuality
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.quality") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getQuality()Deprecated, for removal: This API element is subject to removal in a future version. -
setQuality
-
getResponseFormat
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.response-format") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getResponseFormat()Deprecated, for removal: This API element is subject to removal in a future version. -
setResponseFormat
-
getSize
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.size") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getSize()Deprecated, for removal: This API element is subject to removal in a future version. -
setSize
-
getStyle
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.style") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getStyle()Deprecated, for removal: This API element is subject to removal in a future version. -
setStyle
-
getUser
@DeprecatedConfigurationProperty(replacement="spring.ai.openai.image.user") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getUser()Deprecated, for removal: This API element is subject to removal in a future version. -
setUser
-