Class StabilityAiImageProperties.Options

java.lang.Object
org.springframework.ai.model.stabilityai.autoconfigure.StabilityAiImageProperties.Options
Enclosing class:
StabilityAiImageProperties

public class StabilityAiImageProperties.Options extends Object
  • Constructor Details

    • Options

      public Options()
  • Method Details

    • getN

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.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)
    • getModel

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.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)
    • getWidth

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.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.stabilityai.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)
    • getResponseFormat

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.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)
    • getCfgScale

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.image.cfg-scale") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Float getCfgScale()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCfgScale

      public void setCfgScale(@Nullable Float cfgScale)
    • getClipGuidancePreset

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.image.clip-guidance-preset") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getClipGuidancePreset()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setClipGuidancePreset

      public void setClipGuidancePreset(@Nullable String clipGuidancePreset)
    • getSampler

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.image.sampler") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getSampler()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSampler

      public void setSampler(@Nullable String sampler)
    • getSeed

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.image.seed") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Long getSeed()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSeed

      public void setSeed(@Nullable Long seed)
    • getSteps

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.image.steps") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Integer getSteps()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSteps

      public void setSteps(@Nullable Integer steps)
    • getStylePreset

      @DeprecatedConfigurationProperty(replacement="spring.ai.stabilityai.image.style-preset") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getStylePreset()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStylePreset

      public void setStylePreset(@Nullable String stylePreset)