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 6 commits into
base: main
Choose a base branch
from

Conversation

sguequierre
Copy link
Collaborator

@sguequierre sguequierre commented Jan 13, 2025

  • realized this was missed while adding backlinks
  • /operate/reference/services/vision/ was blank and adding aliases, removed

@viambot viambot added the safe to build This pull request is marked safe to build from a trusted zone label Jan 13, 2025
@sguequierre sguequierre changed the title Add generic service alias Add generic and ML model service aliases Jan 13, 2025
@sguequierre sguequierre changed the title Add generic and ML model service aliases Add generic and ML model service aliases and remove /operate/reference/services/vision/ Jan 13, 2025
@@ -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 would contain 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). | - |
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intentional, wanted to bundle in quick fixup adding info katie sent over about how export tabular data works since we had ai question

@viambot
Copy link
Member

viambot commented Jan 13, 2025

You can view a rendered version of the docs from this PR at https://docs-test.viam.dev/3847

Copy link
Collaborator

@JessamyT JessamyT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I'm missing context--the vision index page was indeed blank but where is the content of the sub pages going and where are the aliases from these sub pages going?

@@ -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 would contain 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). | - |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `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 would contain 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 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). | - |

consistency nit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to build This pull request is marked safe to build from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants