Warning
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be
archived soon. Please transition to the new packages. More information in
https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.job.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.