dengzedong
2025-01-10 ed5f75dce72b05d095c52228a0b46d312cebaa4c
iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mcs/pre/service/MmPredictModelService.java
@@ -16,11 +16,15 @@
    void update(MmPredictModelEntity predictModel);
    MmPredictModelEntity getInfoFromCatch(String id);
    MmPredictModelEntity getInfo(String id);
    BigDecimal getSampleLength(String id);
    List<MmPredictModelEntity> getNoSettingmapPredictModel(Map<String, Object> params);
    List<MmPredictModelEntity> getActiveModelByItemId(String itemId);
    MmPredictModelEntity getActiveModelByItemId(String itemId);
    void clearCache();
}