JobCreation

Properties

Name Type Description Notes
task_id str The ID of the task to create a job for.
flow_id str A flow is a graph of jobs, connected or not. This field gives the identifier of the flow this job should take part into. It is optional. [optional]
description str a free text description of the created job. [optional]
flow_parents list[JobRelation]
inputs list[JobParameter] Input parameters of the job.

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