AgentPoolQueueStatus Class

The QueueStatus of Agent Pool.

Constructor

AgentPoolQueueStatus(*, count: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
count
int

The number of pending runs in the queue.

Default value: None

Variables

Name Description
count
int

The number of pending runs in the queue.