AI 추론 테이블 엔티티 변경
This commit is contained in:
@@ -30,12 +30,6 @@ public class InferenceResultsTestingEntity {
|
||||
@Column(name = "map_id", length = Integer.MAX_VALUE)
|
||||
private String mapId;
|
||||
|
||||
@Column(name = "source_1", length = Integer.MAX_VALUE)
|
||||
private String source1;
|
||||
|
||||
@Column(name = "source_2", length = Integer.MAX_VALUE)
|
||||
private String source2;
|
||||
|
||||
@Column(name = "model_version", length = Integer.MAX_VALUE)
|
||||
private String modelVersion;
|
||||
|
||||
@@ -60,9 +54,6 @@ public class InferenceResultsTestingEntity {
|
||||
@Column(name = "area")
|
||||
private Double area;
|
||||
|
||||
@Column(name = "cd_prob")
|
||||
private Double cdProb;
|
||||
|
||||
@Column(name = "before_c", length = Integer.MAX_VALUE)
|
||||
private String beforeC;
|
||||
|
||||
@@ -75,12 +66,6 @@ public class InferenceResultsTestingEntity {
|
||||
@Column(name = "after_p")
|
||||
private Double afterP;
|
||||
|
||||
@Column(name = "input1")
|
||||
private Long input1;
|
||||
|
||||
@Column(name = "input2")
|
||||
private Long input2;
|
||||
|
||||
@Id
|
||||
@NotNull
|
||||
@ColumnDefault("nextval('inference_results_testing_seq_seq')")
|
||||
|
||||
Reference in New Issue
Block a user