Description
Hi there,
I have trained my own language model on Google Cloud. I am able to do predictions on this model via Google Console. Then I was experimenting with this Java example:
I built jar from com.google.cloud.language.samples. When I run the jar from Windows command line everything is fine. But when I want to use this jar as Maven dependency in my Java Intellij project and I call the jar from my Java code, nothing happens. I am waiting forever for prediction result and no exception is thrown. In other words, call is executed but something is happening under hood without any result. Both calling jar from Windows cmd and calling jar from Intelij happen on the same computer. Is there some additional configuration that I need to add to Java project that uses AutoML jar as dependency?
Thank you in advance for any hint