Closed jyu00 closed 2 months ago
Currently QiskitFunction.get_jobs() returns a list of dictionaries, but IBMServerlessClient.get_jobs() return a list of Job objects. It'd be nice if they were consistent.
QiskitFunction.get_jobs()
IBMServerlessClient.get_jobs()
Job
What is the expected enhancement?
Currently
QiskitFunction.get_jobs()
returns a list of dictionaries, butIBMServerlessClient.get_jobs()
return a list ofJob
objects. It'd be nice if they were consistent.