GenerateImageResponse
ug-js-sdk / GenerateImageResponse
Interface: GenerateImageResponse
Defined in: types/index.ts:655
Extends
Response
Properties
uid
uid:
string
Defined in: types/index.ts:474
Unique identifier matching the request
Inherited from
Response.uid
client_start_time?
optionalclient_start_time:string
Defined in: types/index.ts:476
ISO timestamp when client sent the original request
Inherited from
Response.client_start_time
server_start_time?
optionalserver_start_time:string
Defined in: types/index.ts:478
ISO timestamp when server started processing
Inherited from
Response.server_start_time
server_end_time?
optionalserver_end_time:string
Defined in: types/index.ts:480
ISO timestamp when server finished processing
Inherited from
Response.server_end_time
kind
kind:
"generate_image"
Defined in: types/index.ts:656
The kind of response matching the request
Overrides
Response.kind
image
image:
string
Defined in: types/index.ts:657