Package org.springframework.ai.qianfan
Class QianFanImageOptions.Builder
java.lang.Object
org.springframework.ai.qianfan.QianFanImageOptions.Builder
- Enclosing class:
- QianFanImageOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withHeight
(Integer height) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead.Deprecated, for removal: This API element is subject to removal in a future version.useN(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usestyle(String)
instead.Deprecated, for removal: This API element is subject to removal in a future version.useuser(String)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usewidth(Integer)
instead.
-
Method Details
-
N
-
model
-
width
-
height
-
style
-
user
-
withN
Deprecated, for removal: This API element is subject to removal in a future version.useN(Integer)
instead. -
withModel
@Deprecated(forRemoval=true, since="1.0.0-M5") public QianFanImageOptions.Builder withModel(String model) Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead. -
withWidth
@Deprecated(forRemoval=true, since="1.0.0-M5") public QianFanImageOptions.Builder withWidth(Integer width) Deprecated, for removal: This API element is subject to removal in a future version.usewidth(Integer)
instead. -
withHeight
@Deprecated(forRemoval=true, since="1.0.0-M5") public QianFanImageOptions.Builder withHeight(Integer height) Deprecated, for removal: This API element is subject to removal in a future version.useheight(Integer)
instead. -
withStyle
@Deprecated(forRemoval=true, since="1.0.0-M5") public QianFanImageOptions.Builder withStyle(String style) Deprecated, for removal: This API element is subject to removal in a future version.usestyle(String)
instead. -
withUser
@Deprecated(forRemoval=true, since="1.0.0-M5") public QianFanImageOptions.Builder withUser(String user) Deprecated, for removal: This API element is subject to removal in a future version.useuser(String)
instead. -
build
-
height(Integer)
instead.