PartImageRemoveBackgroundJobStatus
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Response model for GET /image/removeBackground/{job_id}
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
job_id | str | ✅ | — | — |
status | JobStatus (PENDING, PROCESSING, COMPLETED, FAILED) | ✅ | — | Job status enum for background removal jobs |
results | List[PartImageRemoveBackgroundJobResult] | ❌ | — | — |
error | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | GET /image/removeBackground | — | src/images/part_image_remove_background_get.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.