Package org.springframework.ai.zhipuai
Class ZhiPuAiImageOptions.Builder
java.lang.Object
org.springframework.ai.zhipuai.ZhiPuAiImageOptions.Builder
- Enclosing class:
- ZhiPuAiImageOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.useuser(String)
instead.
-
Method Details
-
model
-
user
-
withModel
@Deprecated(forRemoval=true, since="1.0.0-M5") public ZhiPuAiImageOptions.Builder withModel(String model) Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead. -
withUser
@Deprecated(forRemoval=true, since="1.0.0-M5") public ZhiPuAiImageOptions.Builder withUser(String user) Deprecated, for removal: This API element is subject to removal in a future version.useuser(String)
instead. -
build
-
model(String)
instead.