JobDefinition

Properties

Name Type Description Notes
id str The ID of the Job; read only.
task_id str The ID of the underlying task.
created_at int The creation date time of this job.
flow_id str A flow is a graph of jobs, connected or not. This field gives the identifier of the flow this job takes part into. It is optional. [optional]
description str a free text description of the created job. [optional]
inputs dict(str, str) Input data, passed as references to a bucketId.
outputs dict(str, str) Output data, passed as references to a bucketId. [optional]
status_events list[JobStatusEvent] [optional]
status JobExecutionStatusEnum [optional]
creator str The job creator. [optional]

[Back to Model list] [Back to API list] [Back to README]