Models
Job
Represents a job with its ID, status, and whether it has stopped.
Job
Represents a job object returned by the API.
Attributes
| Name | Type | Description |
|---|---|---|
id | str | The unique identifier of the job. |
status | JobStatus | The current status of the job. |
stopped | bool | Indicates if the job has been stopped. Defaults to false. |