I am studying how to use TensorFlow together with Google Cloud ML on an Android App. I already found this post. As far as I understand from this post and what I already found on google I always have to deploy a trained model (i.e. the Tensorflow Graph?) first? There is no way to use Google Cloud ML to send in data values and train a TensorFlow Model in this Cloud?
So the only way is: deploy a model, send data values to the google cloud and receive a prediction?
Thanks