Hi guys, I am new with pulumi anyone knows which c...
# google-cloud
l
Hi guys, I am new with pulumi anyone knows which class its better to deploy a ml model? I saw that gcp.aiplatform does not exist
m
GCP's AI Platform has been deprecated for a while now, it was replaced by Vertex AI.
Vertex AI Endpoints are the built-in option for online predictions, have a look at https://www.pulumi.com/registry/packages/gcp/api-docs/vertex/aiendpoint/ and https://cloud.google.com/vertex-ai/docs/general/deployment
You can always deploy models on the standard compute services like Cloud Run or Compute Engine as well
l
thanks!! I will try to deploy a model with that