IBMCompositeJob.update_tags#

IBMCompositeJob.update_tags(new_tags)[source]#

Update the tags associated with this job.

Note

This method blocks until all sub-jobs are submitted.

Parameters:

new_tags (List[str]) – New tags to assign to the job.

Return type:

List[str]

Returns:

The new tags associated with this job.

Raises:
  • IBMJobApiError – If an unexpected error occurred when communicating with the server or updating the job tags.

  • IBMJobInvalidStateError – If none of the input parameters are specified or if any of the input parameters are invalid.