IBMQJob.update_name¶
- IBMQJob.update_name(name)[source]¶
Update the name associated with this job.
- Parameters
name (
str
) – The new name for this job.- Return type
str
- Returns
The new name associated with this job.
- Raises
IBMQJobApiError – If an unexpected error occurred when communicating with the server or updating the job name.
IBMQJobInvalidStateError – If the input job name is not a string.