I am trying to transform this Dataset in Spark to Java object.
... init model and fit model... Dataset recommend = model.recommendForAllUsers(10);