I have developed custom translation models using AutoML Translate. At the end, at the Predict step, after IMPORT..EVALUATE, I am offered a Python script to use my model for prediction/translation. Unfortunately, it turns out it is not that simple for a GCP newbie.
At this point all I want is to be able to upload a set of sentences to translate them with my custom model using Python.
Does anybody know a detailed tutorial with working sample code on how to do that?
Would be eternally grateful :)