BatchItem
BatchItem =
object
Defined in: packages/cloud/src/client/types.gen.ts:464
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:468
Unique identifier for the batch item
batch_id
batch_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:472
The ID of the batch to which the item belongs
status
status:
string
Defined in: packages/cloud/src/client/types.gen.ts:476
The current status of the batch item
status_updated_at?
optional
status_updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:480
The Unix timestamp (in seconds) for when the batch item status was last updated
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:484
The Unix timestamp (in seconds) for when the batch item was created
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:488
The Unix timestamp (in seconds) for when the batch item was last updated
input_file
input_file:
string
Defined in: packages/cloud/src/client/types.gen.ts:492
The input file associated with the batch item
output_file?
optional
output_file:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:496
The output file associated with the batch item
task?
optional
task:FileParsePublic
|null
Defined in: packages/cloud/src/client/types.gen.ts:500
Worker Task for that item