merge this (#4759)

* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
This commit is contained in:
Kian Jones
2025-09-17 15:47:40 -07:00
committed by GitHub
parent 22f70ca07c
commit b8e9a80d93
1240 changed files with 235556 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
slug: python-reference/Job
---
<a id="letta.schemas.job.Job"></a>
## Job
```python
class Job(JobBase)
```
Representation of offline jobs, used for tracking status of data loading tasks (involving parsing and embedding documents).
**Arguments**:
- `id` _str_ - The unique identifier of the job.
- `status` _JobStatus_ - The status of the job.
- `created_at` _datetime_ - The unix timestamp of when the job was created.
- `completed_at` _datetime_ - The unix timestamp of when the job was completed.
- `user_id` _str_ - The unique identifier of the user associated with the.