lamindb.core.Context¶
- class lamindb.core.Context¶
Bases:
objectRun context.
Is the book keeper for
track()andfinish().Attributes¶
- property description: str | None¶
descriptionargument forcontext.transform.
- property space: Space | None¶
The space in which artifacts, collections, transforms, and runs are saved during the run.
- property uid: str | None¶
uidargument forcontext.transform.
- property version: str | None¶
versionargument forcontext.transform.