파라미터 변경
This commit is contained in:
@@ -13,4 +13,10 @@ public class EvalRunRequest {
|
||||
private String uuid;
|
||||
private int epoch; // best_changed_fscore_epoch_1.pth
|
||||
private Integer timeoutSeconds;
|
||||
private String datasetFolder;
|
||||
private String outputFolder;
|
||||
|
||||
public String getOutputFolder() {
|
||||
return this.outputFolder.toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user