DatasetSummary
Dataset Summary Object
id string
The unique identifier for the dataset
Example:
ds-12345
name string
The name of the dataset
Example:
my_dataset
created_at integer
The UNIX timestamp when the dataset was created
Example:
1633036800
is_uploaded boolean
Example:
true
DatasetSummary
{
"id": "ds-12345",
"name": "my_dataset",
"created_at": 1633036800,
"is_uploaded": true
}