Represents a generated image object.
JSON representation |
---|
{ "name": string, "generationTime": string, // Union field |
Fields | |
---|---|
name |
Identifier. The unique key for the image. |
generationTime |
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 6 months. A URI may not be populated immediately after generation. Use get or list api using image_id to get the URI. |
imageBytes |
Raw bytes for the image. A base64-encoded string. |