Class AzureOpenAiImageOptions
java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiImageOptions
- All Implemented Interfaces:
ImageOptions
,ModelOptions
The configuration information for a image generation request.
- Since:
- 1.0.0 M1
- Author:
- Benoit Moussaud, Thomas Vitale
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
getModel()
getN()
getSize()
getStyle()
getUser()
getWidth()
int
hashCode()
void
setDeploymentName
(String deploymentName) void
void
void
void
setQuality
(String quality) void
setResponseFormat
(String responseFormat) void
void
void
void
toString()
-
Field Details
-
DEFAULT_IMAGE_MODEL
-
-
Constructor Details
-
AzureOpenAiImageOptions
public AzureOpenAiImageOptions()
-
-
Method Details
-
getN
- Specified by:
getN
in interfaceImageOptions
-
setN
-
getModel
- Specified by:
getModel
in interfaceImageOptions
-
setModel
-
getWidth
- Specified by:
getWidth
in interfaceImageOptions
-
setWidth
-
getHeight
- Specified by:
getHeight
in interfaceImageOptions
-
setHeight
-
getResponseFormat
- Specified by:
getResponseFormat
in interfaceImageOptions
-
setResponseFormat
-
getSize
-
setSize
-
getUser
-
setUser
-
getQuality
-
setQuality
-
getStyle
- Specified by:
getStyle
in interfaceImageOptions
-
setStyle
-
getDeploymentName
-
setDeploymentName
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-