[KC-108] ai api 실행
This commit is contained in:
@@ -40,7 +40,7 @@ public class MapSheetLearnEntity {
|
||||
@Column(name = "title", nullable = false, length = 200)
|
||||
private String title;
|
||||
|
||||
@Size(max = 10)
|
||||
@Size(max = 20)
|
||||
@Column(name = "status", length = 10)
|
||||
private String status;
|
||||
|
||||
@@ -103,6 +103,9 @@ public class MapSheetLearnEntity {
|
||||
@Column(name = "updated_uid")
|
||||
private Long updatedUid;
|
||||
|
||||
@Column(name = "batch_id")
|
||||
private Long batchId;
|
||||
|
||||
public InferenceResultDto.ResultList toDto() {
|
||||
return new InferenceResultDto.ResultList(
|
||||
this.uuid,
|
||||
|
||||
Reference in New Issue
Block a user