You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-builder/plugins/aipp-classify-question/src/test/java/modelengine/fit/jade/aipp/classify/question/AippClassifyQuestionServiceTest.java
Copy file name to clipboardExpand all lines: app-builder/plugins/aipp-custom-model-center/src/main/java/modelengine/fit/jade/aipp/model/mapper/UserModelMapper.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,28 @@ public interface UserModelMapper {
25
25
* 根据用户标识获取用户模型关系列表。
26
26
*
27
27
* @param userId 表示用户标识的 {@link String}。
28
+
* @param type 表示模型类型的 {@link String},传入null时将不会使用该字段。
Copy file name to clipboardExpand all lines: app-builder/plugins/aipp-custom-model-center/src/main/java/modelengine/fit/jade/aipp/model/repository/UserModelRepo.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,10 @@ public interface UserModelRepo {
23
23
* 根据用户标识来查询该用户可用的模型列表。
24
24
*
25
25
* @param userId 表示用户标识的 {@link String}。
26
+
* @param type 表示模型类型的 {@link String},传入null时将不会使用该字段。
0 commit comments