lamindb.base.types

Types.

Central object types.

ArtifactKind

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

TransformType

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

FeatureDtype

alias of Literal['cat', 'num', 'str', 'int', 'float', 'bool', 'date', 'datetime', 'object']

Basic types.

UPathStr

alias of str | Path

StrField

alias of str | DeferredAttribute

ListLike

alias of list[str] | Series | array

FieldAttr

alias of DeferredAttribute