feat(api): add GET endpoint for specific pipeline info 49/13349/16
authorcor5in <gun@khu.ac.kr>
Thu, 12 Sep 2024 03:42:14 +0000 (03:42 +0000)
committerGeon Kim <gun@khu.ac.kr>
Fri, 4 Oct 2024 10:47:03 +0000 (10:47 +0000)
commita3ebc23c5f8b1af4f32b12d6d2a6e60a2efe9eca
treeadf381e1d2c2f59580a4b66d6263045069d6b82c
parent3574ae684862198fefd6a4f287680921f727e7f6
feat(api): add GET endpoint for specific pipeline info

- Add route '/pipelines/<pipe_name>' for GET requests
- Utilize get_pipeline_info_by_name to fetch pipeline data
- Return appropriate HTTP status codes (200, 404, 500) based on the result

ISSUE-ID: AIMLFW-146

Change-Id: If62bffafefec3b73330e32720a5dd6c5072be657
Signed-off-by: cor5in <gun@khu.ac.kr>
trainingmgr/common/trainingmgr_util.py
trainingmgr/trainingmgr_main.py