DatasetInfo
Summary metadata returned when listing datasets.
Summary metadata returned when listing datasets.
Returned by client.datasets.list(). Use the name to fetch the
full dataset with client.datasets.get(name=...).
Attributes
dataset_id
:str
Unique dataset identifier.
name
:str
Dataset name.
created_at
:str
ISO-8601 creation timestamp.
kind
:str
Dataset kind (currently "example").
entries
:float
Number of examples in the dataset.
creator
:str
Email of the user who created the dataset.