|
@@ -411,6 +411,7 @@ public class DataAugmentationServiceImpl extends BaseServiceImpl<DataAugmentatio
|
|
|
TransmissionObject transmissionObject = new TransmissionObject();
|
|
|
transmissionObject.setBizId(dataAugmentation.getId());
|
|
|
transmissionObject.setBizType(dataAugmentation.getTaskType());
|
|
|
+ transmissionObject.setLogPath(dataAugmentation.getAlgorithmPath());
|
|
|
HttpResponseEntity responseEntity = sendPostMsg(data_augmentation_stop_url, transmissionObject);
|
|
|
if (ObjectUtil.isNotNull(responseEntity) && responseEntity.getStatus() == 200) {
|
|
|
dataAugmentation.setStatus(BizConstant.ModelStatus.INTERRUPTED);
|