Andernfalls können Sie die Migration mit den folgenden Schritten manuell durchführen.
Manuelle Migration
Laden Sie Ihr Cloud AI Platform-Modell noch einmal in Vertex AI hoch. Achten Sie darauf, dass das hochgeladene Modell dieselbe ML-Bibliothek verwendet, wenn Sie das zu verwendende Container-Image auswählen. Andernfalls kann das Modell in einem späteren Schritt möglicherweise nicht erfolgreich bereitgestellt werden.
Erstellen Sie einen neuen Vertex AI-Endpunkt für Ihr gehostetes Modell.
Stellen Sie das hochgeladene Modell auf dem neuen Vertex AI-Endpunkt bereit.
Aktualisieren Sie alle Verweise von ee.Model.fromAiPlatformPredictor auf ee.Model.fromVertexAi in Ihrem gesamten Code mit Earth Engine und verwenden Sie im Feld endpoint den neuen Endpunktnamen, den Sie in Schritt 2 erstellt haben.
[null,null,["Zuletzt aktualisiert: 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."]]],[]]