IBMCircuitJob.update_tags#
- IBMCircuitJob.update_tags(new_tags)[source]#
Update the tags associated with this job.
- 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.