copy_job_definitions#
- ProjectApi.copy_job_definitions(job_definitions, wait=True)#
Create job definitions by copying existing job definitions.
- Return type:
- Parameters:
- job_definitions
List
[JobDefinition
] List of job definitions. Note that only the
id
field of theJobDefinition
objects must be filled. The other fields can be empty.- waitbool
Whether to wait for the copy to complete. The default is
True
.
- job_definitions
- Returns: