lamindb.models.TracksRun¶
- class lamindb.models.TracksRun¶
- Bases: - Model- Base class tracking latest run, creating user, and - created_attimestamp.- Attributes¶- Meta = <class 'lamindb.models.run.TracksRun.Meta'>¶
 - created_by_id¶
 - property pk¶
 - run_id¶
 - Methods¶- delete(using=None, keep_parents=False)¶
 - save(*args, force_insert=False, force_update=False, using=None, update_fields=None)¶
- Save the current instance. Override this in a subclass if you want to control the saving process. - The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.