Class AzureOpenAiImageOptions.Builder
java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
- Enclosing class:
- AzureOpenAiImageOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
deploymentName
(String deploymentName) responseFormat
(String responseFormat) withDeploymentName
(String deploymentName) Deprecated, for removal: This API element is subject to removal in a future version.withHeight
(Integer height) Deprecated, for removal: This API element is subject to removal in a future version.useheight(Integer)
instead.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.withResponseFormat
(String responseFormat) Deprecated, for removal: This API element is subject to removal in a future version.useresponseFormat(String)
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
-
deploymentName
-
responseFormat
-
width
-
height
-
user
-
style
-
withN
@Deprecated(forRemoval=true, since="1.0.0-M5") public AzureOpenAiImageOptions.Builder withN(Integer n) 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 AzureOpenAiImageOptions.Builder withModel(String model) Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead. -
withDeploymentName
@Deprecated(forRemoval=true, since="1.0.0-M5") public AzureOpenAiImageOptions.Builder withDeploymentName(String deploymentName) Deprecated, for removal: This API element is subject to removal in a future version.usedeploymentName(String)
instead. -
withResponseFormat
@Deprecated(forRemoval=true, since="1.0.0-M5") public AzureOpenAiImageOptions.Builder withResponseFormat(String responseFormat) Deprecated, for removal: This API element is subject to removal in a future version.useresponseFormat(String)
instead. -
withWidth
@Deprecated(forRemoval=true, since="1.0.0-M5") public AzureOpenAiImageOptions.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 AzureOpenAiImageOptions.Builder withHeight(Integer height) Deprecated, for removal: This API element is subject to removal in a future version.useheight(Integer)
instead. -
withUser
@Deprecated(forRemoval=true, since="1.0.0-M5") public AzureOpenAiImageOptions.Builder withUser(String user) Deprecated, for removal: This API element is subject to removal in a future version.useuser(String)
instead. -
withStyle
@Deprecated(forRemoval=true, since="1.0.0-M5") public AzureOpenAiImageOptions.Builder withStyle(String style) Deprecated, for removal: This API element is subject to removal in a future version.usestyle(String)
instead. -
build
-
deploymentName(String)
instead.