BatchItem
BatchItem =
object
Defined in: packages/cloud/src/client/types.gen.ts:323
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:327
Unique identifier for the batch item
batch_id
batch_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:331
The ID of the batch to which the item belongs
status
status:
string
Defined in: packages/cloud/src/client/types.gen.ts:335
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:339
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:343
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:347
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:351
The input file associated with the batch item
output_file?
optional
output_file:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:355
The output file associated with the batch item
task?
optional
task:FileParsePublic
|null
Defined in: packages/cloud/src/client/types.gen.ts:359
Worker Task for that item