Class StabilityAiImageProperties.Options
java.lang.Object
org.springframework.ai.model.stabilityai.autoconfigure.StabilityAiImageProperties.Options
- Enclosing class:
- StabilityAiImageProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable FloatDeprecated, 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 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 LonggetSeed()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable IntegergetSteps()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 IntegergetWidth()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCfgScale(@Nullable Float cfgScale) voidsetClipGuidancePreset(@Nullable String clipGuidancePreset) voidvoidvoidvoidsetResponseFormat(@Nullable String responseFormat) voidsetSampler(@Nullable String sampler) voidvoidvoidsetStylePreset(@Nullable String stylePreset) void
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-