医疗智能体 EIHEALTH-获取notebook详情:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
notebook ID |
name |
String |
notebook名称 |
description |
String |
notebook描述 |
creator |
String |
notebook所属用户 |
url |
String |
notebook访问URL |
flavor |
FlavorInfo object |
notebook规格 |
status |
String |
notebook状态 枚举值:
|
image |
NotebookImage object |
notebook镜像信息 |
storages |
Array of NotebookStorage objects |
notebook存储信息 |
create_time |
String |
notebook创建时间 |
update_time |
String |
notebook更新时间 |
failed_message |
String |
notebook失败信息 |
events |
Array of TaskEventRsp objects |
cce事件 |
参数 |
参数类型 |
描述 |
---|---|---|
cpu |
Float |
notebook占用的cpu,0.1核为100m,单位为"C" 最小值:1 最大值:128 缺省值:1 |
gpu |
Float |
notebook占用的gpu,0.1为使用单卡10%,1为占满单个显卡,1+为使用多个显卡 最小值:0 最大值:16 缺省值:0 |
memory |
Float |
notebook占用的内存,单位为"G" 最小值:2 最大值:512 缺省值:2 |
参数 |
参数类型 |
描述 |
---|---|---|
image_type |
String |
镜像类型 枚举值:
|
image_info |
ImageInfo object |
镜像信息 |
参数 |
参数类型 |
描述 |
---|---|---|
source_project_name |
String |
源项目名 最小长度:1 最大长度:128 |
image_name |
String |
镜像名 最小长度:1 最大长度:128 |
image_tag |
String |
镜像tag名 最小长度:1 最大长度:64 |
profile |
String |
系统镜像名 枚举值:
|