I am looking for a way to automate model training for Google cloud translation service. Initially I looked at AutoML APIs (and corresponding java sdk), but UI suggests that I should be using Cloud Translation API to manage models instead. The problem is that I can not seem to find java sdk for it. I can see the documentation for APIs, but there is no corresponding method in existing java translation sdk.
Is there a way to submit a request to add those model/dataset APIs to SDK? If not - are there any known "easy" ways to generate sdk for google end points?
Any hints would be appreciated.