Skip to content

Commit

Permalink
Update static/include/services/apis/data-client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Feb 29, 2024
1 parent d567fce commit db5a72d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/include/services/apis/data-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Method Name | Description
[`FileUploadFromPath`](/build/program/apis/data-client/#fileuploadfrompath) | Upload file data stored on your machine from the specified filepath and the relevant metadata to the Viam app.
[`AddBoundingBoxToImageById`](/build/program/apis/data-client/#addboundingboxtoimagebyid) | Add a bounding box to an image specified by its BinaryID.
[`RemoveBoundingBoxFromImageById`](/build/program/apis/data-client/#removeboundingboxfromimagebyid) | Removes a bounding box from an image specified by its BinaryID.
[`CreateDataset`](/build/program/apis/data-client/#createdataset) |
[`ListDatasetByIds`](/build/program/apis/data-client/#listdatasetbyids) |
[`ListDatasetByOrganizationId`](/build/program/apis/data-client/#listdatasetbyorganizationid) |
[`RenameDataset`](/build/program/apis/data-client/#renamedataset) |
[`DeleteDataset`](/build/program/apis/data-client/#deletedataset) |
[`AddBinaryDataToDatasetByIds`](/build/program/apis/data-client/#addbinarydatatodatasetbyids) |
[`RemoveBinaryDataFromDatasetByIds`](/build/program/apis/data-client/#removebinarydatafromdatasetbyids) |
[`CreateDataset`](/build/program/apis/data-client/#createdataset) | Create a new dataset.
[`ListDatasetByIds`](/build/program/apis/data-client/#listdatasetbyids) | Get a list of datasets using their IDs.
[`ListDatasetByOrganizationId`](/build/program/apis/data-client/#listdatasetbyorganizationid) | Get the datasets in an organization.
[`RenameDataset`](/build/program/apis/data-client/#renamedataset) | Rename a dataset specified by the dataset ID.
[`DeleteDataset`](/build/program/apis/data-client/#deletedataset) | Delete a dataset.
[`AddBinaryDataToDatasetByIds`](/build/program/apis/data-client/#addbinarydatatodatasetbyids) | Add the BinaryData to the provided dataset. This BinaryData will be tagged with the VIAM_DATASET_{id} label.
[`RemoveBinaryDataFromDatasetByIds`](/build/program/apis/data-client/#removebinarydatafromdatasetbyids) | Remove the BinaryData from the provided dataset. This BinaryData will lose the VIAM_DATASET_{id} tag.

0 comments on commit db5a72d

Please sign in to comment.