部署增量学习任务上一轮训练出来的模型。
操作类型:POST
URL:https://{ip}:{port}/icsmanager/v1/inclearning/deploy/{name}
参数 |
是否必选 |
说明 |
取值要求 |
---|---|---|---|
name |
必选 |
增量学习任务名称。 |
已成功创建任务的任务名。 |
请求样例:
GET https://10.44.115.99:8101/icsmanager/v1/inclearning/deploy/test
响应样例:
{ "status": "00000000", "msg": "success" }
响应状态码:200
参数 |
类型 |
说明 |
---|---|---|
status |
string |
状态码。 |
msg |
string |
状态描述。 |