lamindb.core.subsettings.TransformSettings¶
- class lamindb.core.subsettings.TransformSettings¶
Bases:
object
Attributes¶
-
name:
str
|None
= None¶ A name like a notebook or script title.
-
stem_uid:
str
|None
= None¶ Defines the version family of the transform.
For example, all notebooks of the same family have a uid that starts with
"FPnfDtJz8qbE"
.The full uids of the notebooks in this family are of form
"{stem_uid}{suffix_uid}"
where thesuffix_uid
encodes the semanticversion
.
-
version:
str
|None
= None¶ The version.
-
name: