Course practice example shows how to save a model to AI Platform. However, now GCP uses Vertex AI instead. So, I used Vertex AI workbench to create a Jupyter lab notebook. And, saved a model to a bucket. Then, how can I save a model to Vertex AI, not to AI Platform?
Hello @Jaelin_Lee and Welcome to DeepLearning.AI
If I understood your question right I think you’re asking how to deploy an AI model using Vertex AI and not an AI platform.
First is good to note: ‘Vertex AI’ is also an ‘AI platform’ below are some suggestion
Deploying the model
Deploying the model is a three-step process. It can be performed with the API, gcloud, or the available SDKs for different programming languages.
You have to upload your model to the Vertex AI Model Registry.
Create a Vertex AI Endpoint (once)
After that, you can deploy your model to the Vertex AI Endpoint.