Logo
Type aliases

Batch

Batch = object

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

Properties

tool

tool: string

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

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

The data to be used for the tool.


input_type

input_type: string

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

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


input_id

input_id: string

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

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

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

The ID of the output file for the batch.


id

id: string

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

Unique identifier for the batch


project_id

project_id: string

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

The ID of the project to which the batch belongs


organization_id

organization_id: string

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

The ID of the organization to which the batch belongs


user_id

user_id: string

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

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

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

The time frame within which the batch should be processed


pipeline_id

pipeline_id: string

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

The ID of the pipeline to which the batch belongs


status

status: string

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

The current status of the batch


created_at?

optional created_at: string | null

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

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

The Unix timestamp (in seconds) for when the batch was last updated

On this page