修改算法
更新时间:2023-11-06
接口描述
本接口用于修改算法。
接口内容
PUT /v1/ai/$name
请求参数
| 参数名称 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| comment | string | 是 | 备注 |
| url | string | 是 | 请求地址 |
请求示例
Plain Text
1PUT /v1/ai/carStay
2{
3"comment": "车辆逗留",
4"url": "http://1.2.3.4:8888/baidu/5gai/v1/car-stay/detect"
5}
6
7Response:
8{
9"message": "Success"
10}
评价此篇文章
