About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
BackendJobLimit
class BackendJobLimit(maximum_jobs, running_jobs, **kwargs)
Bases: object
Job limit for a backend.
Represent the job limit for a backend on a specific provider. This instance is returned by the IBMQBackend.job_limit()
method.
maximum_jobs
The maximum number of concurrent jobs this account is allowed to submit to this backend, with this provider.
running_jobs
The current number of active jobs on this backend, with this provider.
BackendJobLimit constructor.
Parameters
- maximum_jobs (
int
) – The maximum number of concurrent jobs this account is allowed to submit to this backend, with this provider. - running_jobs (
int
) – The current number of active jobs on this backend, with this provider. - kwargs (
Any
) – Additional attributes that will be added as instance members.
Was this page helpful?
Report a bug or request content on GitHub.