Cloud AI Platform Migration Guide
Cloud AI Platform is deprecated and access will be discontinued January 31 2025.
The easiest way to migrate is to following Vertex AI's
migration page in the Cloud Console.
Otherwise you can manually migrate with the following steps.
Manual Migration
- Re-upload your Cloud AI Platform model to Vertex AI. Be careful to ensure
that the uploaded model is using the same ML library when choosing the
container image to use otherwise the model may not successfully deploy at a
later step.
- Create a new Vertex AI endpoint for your hosted model.
- Deploy your uploaded model to the new Vertex AI endpoint.
- Update any references from
ee.Model.fromAiPlatformPredictor
to
ee.Model.fromVertexAi
in all of your code using Earth Engine and in the
endpoint
field use the new endpoint name that you created in step 2.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-08 UTC.
[null,null,["Last updated 2025-01-08 UTC."],[[["Cloud AI Platform will be discontinued on January 31, 2025."],["Migration to Vertex AI is recommended and can be done through the migration page in the Cloud Console."],["Manual migration involves re-uploading your model to Vertex AI, creating a new endpoint, and deploying the model."],["Update all references in your code from `ee.Model.fromAiPlatformPredictor` to `ee.Model.fromVertexAi`, using the new endpoint name."],["Consider using a gRPC prediction format when re-deploying your model to Vertex AI."]]],[]]