scheduler_lane#
Classes:
Lane definition for the Job scheduler. |
- class SchedulerLane#
Lane definition for the Job scheduler. Scheduler targets are associated with a lane that has the same type.
Attributes:
Optional lane description
Identifier for this lane.
Human-readable lane title.
What kind of lane this is based on how on what kind of target(s) it contains.
- desc: str | None#
Optional lane description
- name: str#
Identifier for this lane.
- title: str#
Human-readable lane title.
- type: Literal['node', 'cluster']#
What kind of lane this is based on how on what kind of target(s) it contains.