Batch
Batch =
object
Defined in: packages/cloud/src/client/types.gen.ts:217
Properties
tool
tool:
string
Defined in: packages/cloud/src/client/types.gen.ts:221
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:225
The data to be used for the tool.
input_type
input_type:
string
Defined in: packages/cloud/src/client/types.gen.ts:229
The type of input file. Currently only 'datasource' is supported.
input_id
input_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:233
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:237
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:241
The ID of the output file for the batch.
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:245
Unique identifier for the batch
project_id
project_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:249
The ID of the project to which the batch belongs
organization_id
organization_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:253
The ID of the organization to which the batch belongs
user_id
user_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:257
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:261
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:265
The time frame within which the batch should be processed
pipeline_id
pipeline_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:269
The ID of the pipeline to which the batch belongs
status
status:
string
Defined in: packages/cloud/src/client/types.gen.ts:273
The current status of the batch
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:277
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:281
The Unix timestamp (in seconds) for when the batch was last updated