更新时间:2022-04-25 GMT+08:00
查询镜像列表
功能介绍
该接口用于查询镜像列表。
URI
GET /v1/{project_id}/image?type={type}
参数说明请参见表1。
名称 |
是否必选 |
类型 |
说明 |
---|---|---|---|
project_id |
是 |
String |
项目编号,用于资源隔离。获取方法请参见获取项目ID。 |
type |
是 |
String |
查询镜像的类型, 可选infer, rank, nlp。 |
响应消息
响应参数请参见表2。
示例
- 成功响应示例
{ "is_success": true, "images": [ { "image_id": "xxxxxx", "model_name": "res-default", "model_version": "1.0.0", "type": "infer", "build_time": 1547866687137, "update_time": 1547866687137 } ] }
- 失败响应示例
{ "is_success": false, "error_code": "res.2301", "error_msg": "Failed to resolve the token from the request." }
状态码
状态码请参见状态码。
父主题: 在线服务API