경고
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
QueueInfo¶
- class QueueInfo(position=None, status=None, estimated_start_time=None, estimated_complete_time=None, hub_priority=None, group_priority=None, project_priority=None, job_id=None, **kwargs)[소스]¶
기반 클래스:
object
Queue information for a job.
QueueInfo constructor.
- 매개변수
position (
Optional
[int
]) – Position in the queue.status (
Optional
[str
]) – Job status.estimated_start_time (
Union
[str
,datetime
,None
]) – Estimated start time for the job, in UTC.estimated_complete_time (
Union
[str
,datetime
,None
]) – Estimated complete time for the job, in UTC.hub_priority (
Optional
[float
]) – Dynamic priority for the hub.group_priority (
Optional
[float
]) – Dynamic priority for the group.project_priority (
Optional
[float
]) – Dynamic priority for the project.job_id (
Optional
[str
]) – Job ID.kwargs (
Any
) – Additional attributes.
Methods
Build a user-friendly report for the job queue information.
Attributes
- estimated_complete_time¶
Return estimated complete time in local time.
- 반환 형식
Optional
[datetime
]
- estimated_start_time¶
Return estimated start time in local time.
- 반환 형식
Optional
[datetime
]