Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generic and ML model service aliases and remove /operate/reference/services/vision/ #3847

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/data-ai/ai/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ aliases:
- /ml/upload-model/
- /services/ml/ml-models/
- /registry/ml-models/
- /services/ml/deploy/
---

The Machine Learning (ML) model service allows you to deploy [machine learning models](/data-ai/ai/deploy/#deploy-your-ml-model) to your machine.
Expand Down
1 change: 1 addition & 0 deletions docs/data-ai/ai/run-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ modulescript: true
aliases:
- /how-tos/detect-people/
- /how-tos/detect-color/
- /services/vision/
description: "Run inference on a model with a vision service or an SDK."
---

Expand Down
1 change: 1 addition & 0 deletions docs/dev/reference/apis/services/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ images: ["/icons/components/generic.svg"]
date: "2022-01-01"
aliases:
- /appendix/apis/services/generic/
- /services/generic/
# updated: "" # When the content was last entirely checked
---

Expand Down
14 changes: 7 additions & 7 deletions docs/dev/reference/apis/services/vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ type: "docs"
tags: ["vision", "computer vision", "CV", "services"]
description: "Give commands to get detections, classifications, or point cloud objects, depending on the ML model the vision service is using."
aliases:
- /services/vision/
- /ml/vision/detection/
- /ml/vision/classification/
- /ml/vision/segmentation/
- /services/vision/segmentation/
- /ml/vision/
- /appendix/apis/services/vision/
- /ml/vision/detection/
- /ml/vision/classification/
- /ml/vision/segmentation/
- /services/vision/segmentation/
- /ml/vision/
- /appendix/apis/services/vision/
- /operate/reference/services/vision/
icon: true
images: ["/services/icons/vision.svg"]
tags: ["vision", "computer vision", "CV", "services"]
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ done
<!-- prettier-ignore -->
| Command option | Description | Positional arguments |
| -------------- | ----------- | -------------------- |
| `export tabular` | Export tabular or sensor data to a specified location in the <file>.ndjson</file> output format. You can copy this from the UI with a filter. See [Copy `export` command](#copy-export-command). | - |
| `export binary` | Export binary or image data to a specified location. Binary data will be downloaded in the original output it was specified as. You can copy this from the UI with a filter. See [Copy `export` command](#copy-export-command). | - |
| `export tabular` | Export tabular or sensor data to a specified location in the <file>.ndjson</file> output format. Downloads as two directories, first as <file><destination>/data</file>, which contains the file or files and second as <file><destination>/metadata</file>, which has the metadata documents related to the files. You can copy this from the UI with a filter. See [Copy `export` command](#copy-export-command). | - |
| `export binary` | Export binary or image data to a specified location. Binary data is downloaded in the original output it was specified as. You can copy this from the UI with a filter. See [Copy `export` command](#copy-export-command). | - |
| `tag` | Add or remove tags from data matching the ids or filter. | `ids`, `filter` |
| `database configure` | Create a new database user for the Viam organization's MongoDB Atlas Data Federation instance, or change the password of an existing user. See [Configure data query](/data-ai/data/query/#configure-data-query). | - |
| `database hostname` | Get the MongoDB Atlas Data Federation instance hostname and connection URI. See [Configure data query](/data-ai/data/query/#configure-data-query). | - |
Expand Down
24 changes: 0 additions & 24 deletions docs/operate/reference/services/vision/_index.md

This file was deleted.

Loading
Loading