@@ -1210,8 +1210,9 @@ async def add_binary_data_to_dataset_by_ids(self, binary_ids: List[BinaryID], da
1210
1210
1211
1211
Args:
1212
1212
binary_ids (List[BinaryID]): The IDs of binary data to add to dataset. To retrieve these IDs,
1213
- navigate to your dataset's page in the Viam app,
1214
- click **...** in the left-hand menu, and click **Copy dataset ID**.
1213
+ navigate to your data page, click on an image and copy its File ID from the details tab.
1214
+ To retrieve the dataset ID, navigate to your dataset's page in the Viam app,
1215
+ and use the left-hand menu to copy the dataset ID.
1215
1216
dataset_id (str): The ID of the dataset to be added to.
1216
1217
1217
1218
For more information, see `Data Client API <https://docs.viam.com/dev/reference/apis/data-client/#addbinarydatatodatasetbyids>`_.
@@ -1250,8 +1251,9 @@ async def remove_binary_data_from_dataset_by_ids(self, binary_ids: List[BinaryID
1250
1251
1251
1252
Args:
1252
1253
binary_ids (List[BinaryID]): The IDs of binary data to remove from dataset. To retrieve these IDs,
1253
- navigate to your dataset's page in the Viam app,
1254
- click **...** in the left-hand menu, and click **Copy dataset ID**.
1254
+ navigate to your data page, click on an image and copy its File ID from the details tab. To
1255
+ retrieve the dataset ID, navigate to your dataset's page in the Viam app, and use the
1256
+ left-hand menu to copy the dataset ID.
1255
1257
dataset_id (str): The ID of the dataset to be removed from.
1256
1258
1257
1259
For more information, see `Data Client API <https://docs.viam.com/dev/reference/apis/data-client/#removebinarydatafromdatasetbyids>`_.
0 commit comments