lamindb.core.BaseCurator¶
- class lamindb.core.BaseCurator¶
Bases:
object
Curate a dataset.
Methods¶
- save_artifact(description=None, **kwargs)¶
Save the dataset as artifact.
- Parameters:
description (
str
|None
, default:None
) – Description of the DataFrame object.**kwargs – Object level metadata.
- Return type:
- Returns:
A saved artifact record.
- validate()¶
Validate dataset.
- Return type:
bool
- Returns:
Boolean indicating whether the dataset is validated.