Dataset Properties
You can use Dataset properties to capture the attributes of a dataset that describe its inherent qualities, features, or characteristics. Properties will be added as a dictionary as you register the dataset or after the dataset has been created.
Properties are optional and work with Dataset.origin
, Dataset.clean
and Dataset.modeling
by assigning to the properties parameter while registering your dataset, as shown in the example below:
You can also update or add dataset properties after a dataset has been registered. You must reassign your dataset to a step to save your updated dataset properties.