PipelineFile
PipelineFile =
object
Defined in: packages/cloud/src/client/types.gen.ts:6065
Schema for a file that is associated with a pipeline.
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:6069
Unique identifier
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6073
Creation datetime
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6077
Update datetime
name?
optional
name:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6078
external_file_id?
optional
external_file_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6082
The ID of the file in the external system
file_size?
optional
file_size:number
|null
Defined in: packages/cloud/src/client/types.gen.ts:6086
Size of the file in bytes
file_type?
optional
file_type:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6090
File type (e.g. pdf, docx, etc.)
project_id
project_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:6094
The ID of the project that the file belongs to
last_modified_at?
optional
last_modified_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6098
The last modified time of the file
resource_info?
optional
resource_info: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:6102
Resource information for the file
permission_info?
optional
permission_info: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:6117
Permission information for the file
data_source_id?
optional
data_source_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6132
The ID of the data source that the file belongs to
file_id?
optional
file_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6136
The ID of the file
pipeline_id
pipeline_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:6140
The ID of the pipeline that the file is associated with
custom_metadata?
optional
custom_metadata: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:6144
Custom metadata for the file
config_hash?
optional
config_hash: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:6159
Hashes for the configuration of the pipeline.
indexed_page_count?
optional
indexed_page_count:number
|null
Defined in: packages/cloud/src/client/types.gen.ts:6174
The number of pages that have been indexed for this file
status?
optional
status:"NOT_STARTED"
|"IN_PROGRESS"
|"SUCCESS"
|"ERROR"
|"CANCELLED"
|null
Defined in: packages/cloud/src/client/types.gen.ts:6178
Status of the pipeline file
status_updated_at?
optional
status_updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:6184
The last time the status was updated