Batch
Batch =
object
Defined in: packages/cloud/src/client/types.gen.ts:358
Properties
tool
tool:
string
Defined in: packages/cloud/src/client/types.gen.ts:362
The tool to be used for all requests in the batch.
tool_data?
optional
tool_data:LlamaParseParameters
|null
Defined in: packages/cloud/src/client/types.gen.ts:366
The data to be used for the tool.
input_type
input_type:
string
Defined in: packages/cloud/src/client/types.gen.ts:370
The type of input file. Currently only 'datasource' is supported.
input_id
input_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:374
The ID of the input file for the batch.
output_type?
optional
output_type:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:378
The type of output file. Currently only 'datasource' is supported.
output_id?
optional
output_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:382
The ID of the output file for the batch.
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:386
Unique identifier for the batch
project_id
project_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:390
The ID of the project to which the batch belongs
organization_id
organization_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:394
The ID of the organization to which the batch belongs
user_id
user_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:398
The ID of the user who created the batch
external_id?
optional
external_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:402
A developer-provided ID for the batch. This ID will be returned in the response.
completion_window
completion_window:
number
Defined in: packages/cloud/src/client/types.gen.ts:406
The time frame within which the batch should be processed
pipeline_id
pipeline_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:410
The ID of the pipeline to which the batch belongs
status
status:
string
Defined in: packages/cloud/src/client/types.gen.ts:414
The current status of the batch
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:418
The Unix timestamp (in seconds) for when the batch was created
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:422
The Unix timestamp (in seconds) for when the batch was last updated