GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
ai_platform_qwik_start.ipynb notebook has incorrect command to list models
Open
- Dominant language
- Jupyter Notebook
- Stars
- 8.6k
- Forks
- 6.1k
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 2
Description
Command to list models is incorrect in below notebook.
training-data-analyst/self-paced-labs/ai-platform-qwikstart)/ai_platform_qwik_start.ipynb
**gcloud ai-platform models list --global** is incorrect.
It should be
**gcloud ai-platform models list --region=global**
Line 1028 in raw file.
Contributor guide
Assessment
This issue has not been assessed yet.