ExtractJobCreateBatch
ExtractJobCreateBatch =
object
Defined in: packages/cloud/src/client/types.gen.ts:2923
Schema for creating extraction jobs in batch.
Properties
extraction_agent_id
extraction_agent_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2927
The id of the extraction agent
file_ids
file_ids:
string
[]
Defined in: packages/cloud/src/client/types.gen.ts:2931
The ids of the files
data_schema_override?
optional
data_schema_override: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2935
The data schema to override the extraction agent's data schema with
config_override?
optional
config_override:ExtractConfig
|null
Defined in: packages/cloud/src/client/types.gen.ts:2953
The config to override the extraction agent's config with