This commit is contained in:
Xi Yan 2025-03-13 14:48:11 -07:00
parent 89885fd2fa
commit a6095820af
3 changed files with 224 additions and 316 deletions

View file

@ -193,7 +193,7 @@ class Datasets(Protocol):
}
:param metadata: The metadata for the dataset.
- E.g. {"description": "My dataset"}
:param dataset_id: The ID of the dataset. If not provided, a random ID will be generated.
:param dataset_id: The ID of the dataset. If not provided, an ID will be generated.
"""
...