lamindb.core.Context

class lamindb.core.Context

Bases: object

Run context.

Is the book keeper for track().

Attributes

property branch: Branch | None

The branch on which entities are created during the run.

property description: str | None

description argument for context.transform.

property project: Project | None

Project to label entities created during the run.

property run: Run | None

Managed run of context.

property space: Space | None

The space in which artifacts, collections, transforms, and runs are saved during the run.

property transform: Transform | None

Managed transform of context.

property uid: str | None

uid argument for context.transform.

property version: str | None

version argument for context.transform.

Methods

finish(*args, **kwargs)
track(*args, **kwargs)