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.
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)
Bases: object
Queue information for a job.
QueueInfo constructor.
Parameters
- 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
format
QueueInfo.format()
Build a user-friendly report for the job queue information.
Return type
str
Returns
The job queue information report.
Attributes
estimated_complete_time
Return estimated complete time in local time.
Return type
Optional
[datetime
]
estimated_start_time
Return estimated start time in local time.
Return type
Optional
[datetime
]
Was this page helpful?
Report a bug or request content on GitHub.