학습 실행 수정
This commit is contained in:
@@ -15,7 +15,7 @@ public class TrainRunRequest {
|
||||
// ========================
|
||||
// 기본
|
||||
// ========================
|
||||
private UUID datasetFolder;
|
||||
private String datasetFolder;
|
||||
private UUID outputFolder;
|
||||
private String inputSize;
|
||||
private String cropSize;
|
||||
@@ -84,10 +84,6 @@ public class TrainRunRequest {
|
||||
|
||||
private UUID uuid;
|
||||
|
||||
public String getDatasetFolder() {
|
||||
return String.valueOf(this.datasetFolder);
|
||||
}
|
||||
|
||||
public String getOutputFolder() {
|
||||
return String.valueOf(this.outputFolder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user