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
If you would like to create a new dataset object with classification type annotations, please pass empty points and value of the annotation named 'classification'.
2537
+
2538
+
```python
2539
+
dataset_object = client.create_dataset_object(
2540
+
dataset="YOUR_DATASET_NAME",
2541
+
name="brushwood_dog.jpg",
2542
+
file_path="./brushwood_dog.jpg",
2543
+
tags=["dog"], # max 5 tags per dataset object.
2544
+
licenses=["MIT", "my-license"], # max 10 licenses per dataset object
0 commit comments