Merge pull request 'feat/training_260202' (#51) from feat/training_260202 into develop
Reviewed-on: #51
This commit was merged in pull request #51.
This commit is contained in:
@@ -45,6 +45,8 @@ public class ModelMngRepositoryImpl implements ModelMngRepositoryCustom {
|
|||||||
builder.and(modelMasterEntity.modelNo.eq(req.getModelNo()));
|
builder.and(modelMasterEntity.modelNo.eq(req.getModelNo()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
builder.and(modelMasterEntity.delYn.isFalse());
|
||||||
|
|
||||||
List<ModelMasterEntity> content =
|
List<ModelMasterEntity> content =
|
||||||
queryFactory
|
queryFactory
|
||||||
.selectFrom(modelMasterEntity)
|
.selectFrom(modelMasterEntity)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ public class TrainRunRequest {
|
|||||||
// ========================
|
// ========================
|
||||||
// 기본
|
// 기본
|
||||||
// ========================
|
// ========================
|
||||||
private UUID datasetFolder;
|
private String datasetFolder;
|
||||||
private UUID outputFolder;
|
private UUID outputFolder;
|
||||||
private String inputSize;
|
private String inputSize;
|
||||||
private String cropSize;
|
private String cropSize;
|
||||||
@@ -84,10 +84,6 @@ public class TrainRunRequest {
|
|||||||
|
|
||||||
private UUID uuid;
|
private UUID uuid;
|
||||||
|
|
||||||
public String getDatasetFolder() {
|
|
||||||
return String.valueOf(this.datasetFolder);
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getOutputFolder() {
|
public String getOutputFolder() {
|
||||||
return String.valueOf(this.outputFolder);
|
return String.valueOf(this.outputFolder);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user