Example
DatasetCompact objects are typically returned by other entities that
reference datasets. Use .fetch() to get the complete Dataset instance
when you need full functionality like row counts or model information.
Attributes
Unique identifier (UUID) of the dataset.
Name of the dataset within the model.
fetch()
Fetch the complete Dataset instance. Retrieves the full Dataset object with all metadata, row counts, and model associations from the Fiddler platform using this compact dataset’s ID.Returns
Complete dataset instance with all details and capabilities.