Ejemplo n.º 1
0
 public UUID trainAndAddFile(ModelConfig modelConfig, String s) throws FOSException {
   try {
     return manager.trainAndAddFile(modelConfig, s);
   } catch (RemoteException e) {
     throw new FOSException(e);
   }
 }