IBMCompositeJob.update_name#
- IBMCompositeJob.update_name(name)[source]#
Update the name associated with this job.
Note
This method blocks until all sub-jobs are submitted.
- Parameters:
name (
str
) – The new name for this job.- Return type:
str
- Returns:
The new name associated with this job.
- Raises:
IBMJobApiError – If an unexpected error occurred when communicating with the server or updating the job name.
IBMJobInvalidStateError – If the input job name is not a string.