'Google Cloud is unable to pick up my model for deployment

I am creating a model resource for deployment namely ChurnPrediction4

enter image description here

However in the next line itself when I give the command for the deployment, google cloud is unable to find the same model which i created

enter image description here

I am not sure what is the issue here and how is unable to found



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