DocumentIngestionJobParams
DocumentIngestionJobParams =
object
Defined in: packages/cloud/src/client/types.gen.ts:2636
Schema for the parameters of a document ingestion job.
Properties
custom_metadata?
optional
custom_metadata: {[key
:string
]:unknown
; } |null
Defined in: packages/cloud/src/client/types.gen.ts:2640
The custom metadata to attach to the documents.
resource_info?
optional
resource_info: {[key
:string
]:unknown
; } |null
Defined in: packages/cloud/src/client/types.gen.ts:2646
The resource info about the file
type?
optional
type:"document_ingestion"
Defined in: packages/cloud/src/client/types.gen.ts:2649
should_delete?
optional
should_delete:boolean
|null
Defined in: packages/cloud/src/client/types.gen.ts:2653
Whether to delete the documents
document_ids?
optional
document_ids:string
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:2657
The IDs for the Documents this execution ran against.
pipeline_file_id?
optional
pipeline_file_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2661
The ID for the File this execution ran against.
delete_info?
optional
delete_info:DeleteParams
|null
Defined in: packages/cloud/src/client/types.gen.ts:2665
The parameters for the delete job.
is_new_file?
optional
is_new_file:boolean
Defined in: packages/cloud/src/client/types.gen.ts:2669
Whether the file is new
page_count?
optional
page_count:number
|null
Defined in: packages/cloud/src/client/types.gen.ts:2673
The number of pages in the file. Only used if used llama-parse