lamindb.core.TracksRun

class lamindb.core.TracksRun

Bases: Model

Base class tracking latest run, creating user. nd created_at timestamp.

Fields

run: Run

Last run that created or updated the record.

created_at: datetime

Time of creation of record.

created_by: User

Creator of record.

Methods