GeneratedImage

GeneratedImage

Represents a generated image object.

Fields
name

string

Identifier. The unique key for the image.

generation_time

Timestamp

The timestamp when the image was generated.

Union field image . The generated image. image can be only one of the following:
uri

string

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

bytes

Raw bytes for the image.