lamindb.base.types

Types.

Central object types.

ArtifactKind

alias of Literal['dataset', 'model']

TransformType

alias of Literal['pipeline', 'notebook', 'upload', 'script', 'function', 'linker']

Dtype

Data type.

Basic types.

UPathStr

alias of str | Path

StrField

alias of str | DeferredAttribute

ListLike

alias of list[str] | Series | array

FieldAttr

alias of DeferredAttribute