-
Notifications
You must be signed in to change notification settings - Fork 45
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
base: main
Are you sure you want to change the base?
Add generic and ML model service aliases and remove /operate/reference/services/vision/ #3847
Conversation
sguequierre
commented
Jan 13, 2025
•
edited
Loading
edited
- realized this was missed while adding backlinks
- /operate/reference/services/vision/ was blank and adding aliases, removed
@@ -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). | - | |
There was a problem hiding this comment.
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
You can view a rendered version of the docs from this PR at https://docs-test.viam.dev/3847 |
There was a problem hiding this 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). | - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `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