Skip to content

Commit 6d698f5

Browse files
committed
apply eliot feedback
1 parent 2579c79 commit 6d698f5

File tree

7 files changed

+17
-18
lines changed

7 files changed

+17
-18
lines changed

docs/data-ai/get-started/_index.md docs/data-ai/capture-data/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
linkTitle: "Get started"
3-
title: "Get started"
2+
linkTitle: "Capture data"
3+
title: "Capture data"
44
weight: 100
55
layout: "empty"
66
type: "docs"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
linkTitle: "Capture other data sources"
3+
title: "Capture and sync other data sources"
4+
tags: ["data management", "data", "services"]
5+
weight: 12
6+
layout: "docs"
7+
type: "docs"
8+
platformarea: ["data"]
9+
description: "TODO"
10+
date: "2024-12-17"
11+
---

docs/data-ai/data/advanced/filter-before-sync.md docs/data-ai/capture-data/filter-before-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
linkTitle: "Filter data"
33
title: "Filter data before sync"
4-
weight: 10
4+
weight: 13
55
layout: "docs"
66
type: "docs"
77
description: "Use filtering to collect and sync only certain images."

docs/data-ai/data/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
linkTitle: "Manage data"
3-
title: "Manage data"
2+
linkTitle: "Work with data"
3+
title: "Work with data"
44
weight: 200
55
layout: "empty"
66
type: "docs"
77
empty_node: true
88
open_on_desktop: true
99
header_only: true
10-
---
10+
---

docs/data-ai/reference/data/_index.md

-12
Original file line numberDiff line numberDiff line change
@@ -741,18 +741,6 @@ The following attributes are available for data capture configuration:
741741
| `retention_policy` | object | Optional | Option to configure how long data collected by this component or service should remain stored in the Viam Cloud. You must set this in JSON mode. See the JSON example for a camera component. <br> **Options:** `"days": <int>`, `"binary_limit_gb": <int>`, `"tabular_limit_gb": <int>`. <br> Days are in UTC time. Setting a retention policy of 1 day means that data stored now will be deleted the following day **in UTC time**. You can set either or both of the size limit options and size is in gigabytes. |
742742
| `additional_params` | depends | depends | Varies based on the method. For example, `ReadImage` requires a MIME type. |
743743

744-
### Supported components and services
745-
746-
The following components and services support data capture, for the following methods:
747-
748-
{{< readfile "/static/include/data/capture-supported.md" >}}
749-
750-
## View captured data
751-
752-
To view all the captured data you have access to, go to the [**DATA** tab](https://app.viam.com/data/view) where you can filter by location, type of data, and more.
753-
754-
You can also access data from a resource, machine part, or machine menu.
755-
756744
## Considerations
757745

758746
- **Capturing too much data**: You can [use filtering to collect and sync only certain images](/how-tos/image-data/#use-filtering-to-collect-and-sync-only-certain-images) to capture data selectively.

0 commit comments

Comments
 (0)