Logo
Type aliases

BatchCreate

BatchCreate = object

Defined in: packages/cloud/src/client/types.gen.ts:425

Properties

tool

tool: string

Defined in: packages/cloud/src/client/types.gen.ts:429

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:433

The data to be used for the tool.


input_type

input_type: string

Defined in: packages/cloud/src/client/types.gen.ts:437

The type of input file. Currently only 'datasource' is supported.


input_id

input_id: string

Defined in: packages/cloud/src/client/types.gen.ts:441

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:445

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:449

The ID of the output file for the batch.


project_id

project_id: string

Defined in: packages/cloud/src/client/types.gen.ts:453

The ID of the project to which the batch belongs


external_id

external_id: string

Defined in: packages/cloud/src/client/types.gen.ts:457

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:461

The time frame within which the batch should be processed. Currently only 24h is supported.