GeneratedImage
Represents a generated image object.
| Fields | |
|---|---|
name
|
Identifier. The unique key for the image. |
generation_time
|
The timestamp when the image was generated. |
Union field
image
. The generated image.
image
can be only one of the following:
|
|
uri
|
Generally web-requestable URI of the generated image. This is a temporary URI and will expire after 29 days. A URI may not be populated immediately after generation. Use get or list api using image_id to get the URI. |
image_bytes
|
Raw bytes for the image. |