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.
id
name
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.