Qiskit / qiskit-serverless

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

Client: rename `get_jobs` to `jobs` in `QiskitFunction` #1479

Closed IceKhan13 closed 2 weeks ago

IceKhan13 commented 4 weeks ago

What is the expected enhancement?

Client: rename get_jobs to jobs in QiskitFunction

Example:

function: QiskitFunction = client.get("my-function")

function.jobs()
# [<Job | ....>, <Job | ....>]