Package com.azure.ai.openai.models
Class ImageResponse
java.lang.Object
com.azure.ai.openai.models.ImageResponse
The result of the operation if the operation succeeded.
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the created property: A timestamp when this job or item was created (in unix epochs).getData()Get the data property: The images generated by the operator.
-
Method Details
-
getCreated
public long getCreated()Get the created property: A timestamp when this job or item was created (in unix epochs).- Returns:
- the created value.
-
getData
Get the data property: The images generated by the operator.- Returns:
- the data value.
-