The Deep Learning Containers (DLC) client lets you manage training jobs and data from the command line. Use it to authenticate, submit jobs, stop running jobs, and retrieve logs or job status.
Commands follow this typical workflow: authenticate first, then submit a job, then query its status or logs, and stop it if needed.
The following table lists all available commands by category.
| Category | Command |
|---|---|
| Preparation | Auto-completion |
| Identity authentication | |
| Submit jobs | Submit TensorFlow training jobs |
| Submit PyTorch training jobs | |
| Submit XGBoost training jobs | |
| Stop jobs | The stop command |
| Query logs and jobs | The logs command |
| The get job command |