I am able to successfully start the training of a model with the code:
autoMlClient.createModelAsync(location, googleModel).get()
Is there an api endpoint I can call to get that status of the training for this specific model?
I'd like to know:
- is training for this model complete?
- is training still running?
- how long until training is complete?
- was there an error?
Thanks!