Implement the basic implementation for delete TJ 44/13744/5
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 12 Nov 2024 14:13:37 +0000 (14:13 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Tue, 19 Nov 2024 14:35:58 +0000 (14:35 +0000)
commit764599181949d0a9ef393ba6641d5bdb6444118d
tree3e38eced1ca5de8df5c231ded1877e08fb9f3e87
parent3407a6b899f6eb65f2b5af25d114376a796749b3
Implement the basic implementation for delete TJ

Implemented deletion of Training Job as per spec defined
structure.
TODO: Cancel the training job on delete request.

Change-Id: I236c837907c01d784f59d2bfe299a898b94a0253
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
tests/test.env
trainingmgr/__init__.py
trainingmgr/common/trainingmgr_config.py
trainingmgr/controller/__init__.py [new file with mode: 0644]
trainingmgr/controller/trainingjob_controller.py [new file with mode: 0644]
trainingmgr/db/trainingjob_db.py
trainingmgr/service/__init__.py [new file with mode: 0644]
trainingmgr/service/training_job_service.py [new file with mode: 0644]
trainingmgr/trainingmgr_main.py