Skip to content

Commit

Permalink
Update description of data upload (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 9, 2024
1 parent ea7b95c commit 161fb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/program/apis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The [cloud API](/build/program/apis/cloud/) supports the following methods:

### Data Client API

The data client API supports the following methods to upload and retrieve data directly to the [Viam app](https://app.viam.com) (among [others](https://python.viam.dev/autoapi/viam/app/data_client/index.html)):
The data client API supports the following methods to upload and retrieve data like images or sensor readings directly to the [Viam app](https://app.viam.com) (among [others](https://python.viam.dev/autoapi/viam/app/data_client/index.html)):

{{< readfile "/static/include/services/apis/data-client.md" >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Click **Create dataset**, enter a name for your dataset and click **Create datas

![Create dataset UI](/data/create-dataset.png)

Alternatively, you can use the [`viam data dataset add` command](/fleet/cli/#data) to add an image or group of images matching a specific filter using the Viam CLI.
Alternatively, you can use the [`viam data dataset add` command](/fleet/cli/#data) to add an image or group of images matching a specific filter to a dataset using the Viam CLI.

### Remove an image from a dataset

Expand Down

0 comments on commit 161fb58

Please sign in to comment.