Class OpenAiImageProperties.Options

java.lang.Object
org.springframework.ai.model.openai.autoconfigure.OpenAiImageProperties.Options
Enclosing class:
OpenAiImageProperties

public class OpenAiImageProperties.Options extends Object
  • 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

      public void setModel(@Nullable String model)
    • 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

      public void setN(@Nullable Integer n)
    • 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

      public void setWidth(@Nullable Integer width)
    • 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

      public void setHeight(@Nullable Integer height)
    • 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

      public void setQuality(@Nullable String quality)
    • 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

      public void setResponseFormat(@Nullable String responseFormat)
    • 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

      public void setSize(@Nullable String size)
    • 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

      public void setStyle(@Nullable String style)
    • 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

      public void setUser(@Nullable String user)