Qiskit / qiskit-serverless

A programming model for leveraging quantum and classical resources
https://qiskit.github.io/qiskit-serverless/
Apache License 2.0
68 stars 31 forks source link

Consistent get_jobs() return type #1463

Closed jyu00 closed 2 months ago

jyu00 commented 2 months ago

What is the expected enhancement?

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.