Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

경고

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide

BackendJobLimit

class BackendJobLimit(maximum_jobs, running_jobs, **kwargs)[소스]

기반 클래스: 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.

매개변수
  • 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.