DPCImageRemoveBackgroundProcessorBatchPayload
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[DPCImageRemoveBackgroundProcessorPayload] | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
DPCImageRemoveBackgroundProcessorPayload — v2.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
lookup_key | str | ✅ | — | — |
dpc_id | str | ✅ | — | — |
image_url | str | ✅ | — | — |
s3_key | str | ✅ | — | — |
source_s3_key | str | ❌ | — | — |
Change history
v2.0.0· 2026-05-14 · Cian (shared account) · Removed fieldbatch_id(breaking).; Removed fieldtenant_id(breaking). (af1abb8f2)v1.0.0· 2026-05-14 · Cian (shared account) · Initial version. (0cd2880d4)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-05-14 · Cian (shared account) · af1abb8f2
Refactor background removal processors for batch processing
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.