{% from 'partials/hero_cta.html' import hero_cta %}
{{ hero_cta(
theme='indigo',
icon_class='fa-tasks',
icon_shape='circle',
title='Training Job Queue',
description='Monitor all your training jobs in one place. Track local and cloud jobs, view real-time progress, and manage your training pipeline.',
features=[
{'icon': 'fa-desktop', 'color': 'text-info', 'label': 'Local jobs'},
{'icon': 'fa-cloud', 'color': 'text-primary', 'label': 'Cloud jobs'},
{'icon': 'fa-chart-line', 'color': 'text-success', 'label': 'Real-time status'},
],
show_condition='showHeroCTA',
dismiss_method='dismissHeroCTA()',
tip_text='Local training can be started from the Training, Environments, or Basic tab. Cloud jobs are submitted from the Cloud tab. All jobs appear here automatically with live status updates.'
) }}
Job Queue
Loading jobs...
No Jobs Found
Try adjusting your filters or
Start a training job from the Training tab