docs: move and update beta list samples for video#344
Conversation
Codecov Report
@@ Coverage Diff @@
## master #344 +/- ##
=======================================
Coverage 89.73% 89.73%
=======================================
Files 7 7
Lines 7987 7987
Branches 253 253
=======================================
Hits 7167 7167
Misses 816 816
Partials 4 4 Continue to review full report at Codecov.
|
JustinBeckwith
left a comment
There was a problem hiding this comment.
Need to clean up region tags
| ); | ||
| // [END automl_video_classification_list_datasets_beta] | ||
|
|
||
| // [START automl_video_object_tracking_list_datasets_beta] |
There was a problem hiding this comment.
This feels like a weird place to start a snippet. Is that intentional?
There was a problem hiding this comment.
Yep, the START and END pieces allow us to show one piece on the docs while keeping the majority of the sample the same.
Docs:
- https://cloud.google.com/natural-language/automl/docs/manage-datasets#automl_language_text_classification_list_datasets-nodejs
- https://cloud.google.com/natural-language/automl/docs/manage-datasets#automl_language_text_classification_list_datasets-nodejs
- https://cloud.google.com/natural-language/automl/docs/manage-datasets#automl_language_text_classification_list_datasets-nodejs
| 'use strict'; | ||
|
|
||
| function main(projectId = 'YOUR_PROJECT_ID', location = 'us-central1') { | ||
| // [START automl_video_classification_list_datasets_beta] |
There was a problem hiding this comment.
For my own understanding - are these features available in the GA version of the API? Or only in the beta?
There was a problem hiding this comment.
The video flavor of AutoML is in beta along with Tables
But these other versions are in GA:
- Language: Entity Extraction, Sentiment Analysis, Classification
- Vision: Object Detection, Classification
- Translate
|
@nnegrey happy to help land these updates (I saw a few similar PRs) once @JustinBeckwith's comments are addressed. Please feel free to flag me once you're ready. |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕