PartImageRemoveBackgroundProcessorBatchPayload
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Internal batch payload model for background-removal processor lambda.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
tenant_id | str | ✅ | — | — |
batch_id | str | ✅ | — | — |
entries | List[PartImageRemoveBackgroundProcessorPayload] | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
PartImageRemoveBackgroundProcessorPayload — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
lookup_key | str | ✅ | — | — |
part_id | str | ✅ | — | — |
image_url | str | ✅ | — | — |
s3_key | str | ✅ | — | — |
source_s3_key | str | ❌ | — | — |
No recorded history.
APIs / Triggers
No API or event interacts with this object directly.
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.