Type aliases
ExtractJobCreate
ExtractJobCreate =
object
Defined in: packages/cloud/src/client/types.gen.ts:2274
Schema for creating an extraction job.
Properties
extraction_agent_id
extraction_agent_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2278
The id of the extraction agent
file_id
file_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2282
The id of the file
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:2286
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:2303
The config to override the extraction agent's config with