AI科学计算服务-创建notebook:请求示例

时间:2025-06-03 17:05:34

请求示例

创建notebook,使用系统默认镜像,需要cpu资源1C,内存资源5G。

https://{endpoint}/v1/{project_id}/eihealth-projects/{eihealth_project_id}/notebooks

{
  "flavor" : {
    "cpu" : 1,
    "gpu" : 0,
    "gpu_type" : "GPU",
    "memory" : 5
  },
  "image" : {
    "image_type" : "SYSTEM",
    "image_info" : {
      "profile" : "PY3"
    }
  },
  "storages" : [ {
    "path" : "OBSFS:test-bucket:/"
  } ],
  "name" : "test-notebook",
  "description" : "test"
}
support.huaweicloud.com/api-ai4sservice/ai4sservice_03_0185.html