Implement listing all model information stored in modelmgmtservice 59/13259/4
authorgyuyoung <gyoue200125@gmail.com>
Tue, 13 Aug 2024 16:07:43 +0000 (01:07 +0900)
committergyuyoung <gyoue200125@gmail.com>
Thu, 15 Aug 2024 06:34:17 +0000 (15:34 +0900)
commitf2976b11a301db486fb987d8e249d365d3e6a44c
tree6e61cc43f47ec5de9af1bc6ef8a859ea3669fc34
parent76cdfd05482b9fbf9cd30c396df809e28f047d40
Implement listing all model information stored in modelmgmtservice

- Add an API to list all model information managed in modelmgmtservice
- Add the API testcase to verify whether it works or not
- Modify 'ModelInfo' struct as 'Bucket'
- Tidy some code to follow API and DB perspective
- Remove 'getModelInfoList' route and Update 'getModelInfo' route to
  list all model informations
- Remove unused comment

Issue-ID: AIMLFW-128

Change-Id: I0aded193271327379f4d1ee661eb2c8695acbf64
Signed-off-by: gyuyoung <gyoue200125@gmail.com>
apis/mmes_apis.go
apis_test/mmes_apis_test.go
core/model.go [new file with mode: 0644]
core/s3_manager.go