Search code examples
google-cloud-platformprojecttransfer

GCP: how to transfer a model to another project


I have a Natural Language model (within a data set) in a certain project in GCP.

How can I move these dataset and its model to another project?


Solution

  • Let's suppose that you are using AutoML Natural Language. There is not a direct mechanism to migrate the model to another project. Nevertheless, there is a current feature request for this functionality, you can upvote the PIT for demonstrate your interest.

    The only available option I can think of is exporting the dataset from the existing project, import the dataset and retrain your model in the new project.