@lancedb/lancedb • Docs
@lancedb/lancedb / JobDescription
Interface: JobDescription¶
A described job from Connection.getJob.
Properties¶
creationMs¶
When the job was created, in milliseconds since the epoch.
failure?¶
Why the job failed, when the job is failed and the server reports a reason.
jobId¶
jobType¶
specJson?¶
The job-type-specific specification as a JSON string, when present.
state¶
Lifecycle state: "running", "finished", "failed", or "cancelled".