Special Metadata Types
Tracking your metadata.
ZenML supports several special metadata types to capture specific kinds of information. Here are examples of how to use the special types Uri
, Path
, DType
, and StorageSize
:
In this example:
Uri
is used to indicate a dataset source URI.Path
is used to specify the filesystem path to a preprocessing script.DType
is used to describe the data types of specific columns.StorageSize
is used to indicate the size of the processed data in bytes.
These special types help standardize the format of metadata and ensure that it is logged in a consistent and interpretable manner.
Last updated