BatchCreate
BatchCreate =
object
Defined in: packages/cloud/src/client/types.gen.ts:307
Properties
tool
tool:
string
Defined in: packages/cloud/src/client/types.gen.ts:311
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:315
The data to be used for the tool.
input_type
input_type:
string
Defined in: packages/cloud/src/client/types.gen.ts:319
The type of input file. Currently only 'datasource' is supported.
input_id
input_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:323
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:327
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:331
The ID of the output file for the batch.
project_id
project_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:335
The ID of the project to which the batch belongs
external_id
external_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:339
A developer-provided ID for the batch. This ID will be returned in the response.
completion_window?
optional
completion_window:number
Defined in: packages/cloud/src/client/types.gen.ts:343
The time frame within which the batch should be processed. Currently only 24h is supported.