Prerequisites
- Chamber SDK installed
- Authentication configured
- A team ID from your Chamber organization
Submit a Workload
Complete Example
Using Templates
If your organization has workload templates configured, you can use them to simplify workload submission:Cancelling a Workload
Workload Classes
| Class | Description | Use Case |
|---|---|---|
RESERVED | Guaranteed capacity, non-preemptible | Production training, time-sensitive workloads |
ELASTIC | Uses idle capacity, can be preempted | Experiments, fault-tolerant workloads |
Common Parameters
| Parameter | Type | Description |
|---|---|---|
name | str | Human-readable workload name (1-255 chars) |
initiative_id | str | Team ID |
gpu_type | str | GPU model (e.g., “H100”, “A100”) |
requested_gpus | int/float | Number of GPUs (can be fractional) |
job_class | JobClass | RESERVED or ELASTIC (default: RESERVED) |
priority | int | 0-100, higher = more important |
tags | dict | Key-value pairs for organizing workloads |

