This commit is contained in:
2026-06-12 11:57:27 -04:00
parent 2d4d377051
commit 53e886a535
3 changed files with 61 additions and 58 deletions

View File

@@ -153,10 +153,10 @@ Or pass the job name explicitly:
qc-cli train status qc-cli-YYYYMMDD-HHMMSS
```
To wait for completion and automatically import metrics and register the model, run:
To submit the job, wait for completion, and automatically import metrics and register the model, run:
```bash
qc-cli train wait
qc-cli train start --wait
```
The default polling interval is 30 seconds. It can be changed with `--poll-interval <seconds>`.