Compare commits
2 Commits
9958b0999a
...
8b3940b446
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b3940b446 | |||
| 201cfefb6b |
@@ -504,6 +504,7 @@ public class ModelTrainMngCoreService {
|
|||||||
return datasetRepository.findDatasetUid(datasetIds);
|
return datasetRepository.findDatasetUid(datasetIds);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Transactional(readOnly = true)
|
||||||
public List<Long> findModelDatasetMapp(Long modelId) {
|
public List<Long> findModelDatasetMapp(Long modelId) {
|
||||||
List<Long> datasetUids = new ArrayList<>();
|
List<Long> datasetUids = new ArrayList<>();
|
||||||
List<ModelDatasetMappEntity> entities = modelDatasetMapRepository.findByModelUid(modelId);
|
List<ModelDatasetMappEntity> entities = modelDatasetMapRepository.findByModelUid(modelId);
|
||||||
|
|||||||
Reference in New Issue
Block a user