You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2393,6 +2393,8 @@ Create a new dataset.
2393
2393
```python
2394
2394
dataset = client.create_dataset(
2395
2395
name="object-detection", # Only lowercase alphanumeric characters + hyphen is available
2396
+
tags=["cat", "dog"], # max 5 tags per dataset.
2397
+
visibility="workspace", # visibility can be 'workspace' or 'public'. workspace is only visible to your workspace members. public is visible to all users.
0 commit comments