/** @return the trainingArgs */
 public String getTrainingArgs() {
   return trainingArgs.getValue();
 }
 /** @return the methodArchitecture */
 public String getMethodArchitecture() {
   return methodArchitecture.getValue();
 }