You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a user wants to fetch their job_id for reference, they can retrieve it with the job.job_id property. This is inconsistent with Qiskit Runtime, where the expected interface is job.job_id(), as a method.
Additionally, when the job_id is printed out, it has quotes. This is inconsistent with Runtime, without quotes
Acceptance Criteria
I should be able to use job.job_id() to fetch my job's id
My returned job_id should not have quotes
The text was updated successfully, but these errors were encountered:
Description
Currently, if a user wants to fetch their
job_id
for reference, they can retrieve it with thejob.job_id
property. This is inconsistent with Qiskit Runtime, where the expected interface isjob.job_id()
, as a method.Additionally, when the
job_id
is printed out, it has quotes. This is inconsistent with Runtime, without quotesAcceptance Criteria
job.job_id()
to fetch my job's idjob_id
should not have quotesThe text was updated successfully, but these errors were encountered: