Issue-id: AIMLFW-208
Change-Id: Ib55f83ddf0f7bfded11835e1c54700e60a907f04
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
'500':
description: Internal Server Error
- /uploadModel/{modelName}:
+ /uploadModel/{modelName}/{modelVersion}/{artifactVersion}:
post:
tags:
- Model Management
required: true
schema:
type: string
+ - name: modelVersion
+ in: path
+ required: true
+ schema:
+ type: string
+ - name: artifactVersion
+ in: path
+ required: true
+ schema:
+ type: string
requestBody:
required: true
content:
'500':
description: Internal Server Error
- /downloadModel/{modelName}/model.zip:
+ /downloadModel/{modelName}/{modelVersion}/{artifactVersion}/model.zip:
get:
tags:
- Model Management
required: true
schema:
type: string
+ - name: modelVersion
+ in: path
+ required: true
+ schema:
+ type: string
+ - name: artifactVersion
+ in: path
+ required: true
+ schema:
+ type: string
responses:
'200':
description: Model downloaded successfully