Job
instances should have a details
method like Batch
and Session
do
#2117
Labels
enhancement
New feature or request
What is the expected feature or enhancement?
The Runtime has three "execution modes": Job, Batch and Session (https://docs.quantum.ibm.com/guides/execution-modes). The
Batch
andSession
modes have adetails
attribute that return information like the mode type, ID, etc. For uniformity across modes, it would be nice to have theJob
mode include the same method.Acceptance criteria
Job instances have a
details
method.The text was updated successfully, but these errors were encountered: