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