Experiment statuses¶
Every experiment row carries a status in the project table and in the wizard header. Draft means you can still change wizard steps. Once training is queued or running, the wizard locks until the run finishes or you stop it.
Status |
Meaning |
Typical next actions |
|---|---|---|
Draft |
Configuration in progress. Wizard steps editable. |
Train |
Pending |
Queued or waiting for compute. |
Stop training |
Running |
Training active. |
Stop training |
Stopping |
Stop acknowledged; job winding down. |
Stop training (still allowed) |
Stopped |
You stopped before success. |
Resume, view results |
Succeeded |
Training finished successfully. |
Results, deploy agent, Resume |
Failed |
Training failed. |
Logs, copy experiment |
PendingDelete and Deleted exist in the platform but are filtered out of normal project experiment lists.
UI behavior¶
Metrics (completed): Results charts load for Succeeded, Stopped, and legacy labels that still appear on older rows (Successful, Completed).
Metrics (live): Charts update while status is Running or Stopping.
Logs: View logs opens the logs table. Live tail runs while Running; completed runs show the full log fetch.
Stop training¶
The button label is Stop training. It is available while status is Running, Stopping, or Pending.
After you stop, status moves to Stopping, then Stopped (or Failed depending on how the run ended). Full flow: Train, halt, and resume.
Resume is hidden for Draft, Running, and Pending. Wait for a terminal status or stop the run first.