医疗智能体 EIHEALTH-创建镜像:请求示例

时间:2024-05-10 16:07:33

请求示例

创建镜像,设置描述、名称、版本、类型、芯片类型

https://eihealth.cn-north-4.myhuaweicloud.com/v1/{project_id}/eihealth-projects/{eihealth_project_id}/images

{
  "description" : "this is a demo image",
  "name" : "demo-image",
  "tag" : "v1.0",
  "type" : "APP",
  "chip_type" : "X86"
}
support.huaweicloud.com/api-eihealth/CreateImage.html