We are using the AutoML service in Google with highly trained models specific to our business. We are looking for a solution where we can train a model in a separate "training & testing" account, then somehow use or move that model into our production account.
Is this something that is possible? I.E. Export then import the model? Or some function built right into the platform where we can "move" a trained model from one account to another?
The reason for this, is we have a production budget for translation service usage, but the training of the model falls outside of that cost. We want to physically separate this activity in platform if possible.
Thanks.