'Google Cloud is unable to pick up my model for deployment
Solution 1:[1]
You have created your model in a region, not globally. In your version creation, if you not mention the region, it's considered as global by default. And your model is not global, but attached to a region.
So add the --region in your version create command line
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | guillaume blaquiere |


