파라미터 변경

This commit is contained in:
2026-02-12 21:30:03 +09:00
parent 032c82c2f0
commit 79e8259f28
4 changed files with 29 additions and 10 deletions

View File

@@ -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();
}
}