@lancedb/lancedb • Docs
@lancedb/lancedb / JobInfo
Interface: JobInfo¶
A row from Connection.listJobs: one server-side job.
Properties¶
createdAtMillis¶
When the job was created, in milliseconds since the epoch.
jobId¶
The job id -- what Connection.getJob and Connection.cancelJob
accept.
jobType¶
state¶
Lifecycle state: "running", "finished", "failed", or "cancelled".
table¶
The table the job runs against, without URI or namespace.