医疗智能体 EIHEALTH-获取notebook详情:响应参数

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

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

id

String

notebook ID

name

String

notebook名称

description

String

notebook描述

creator

String

notebook所属用户

url

String

notebook访问URL

flavor

FlavorInfo object

notebook规格

status

String

notebook状态

枚举值:

  • Running

  • Abnormal

  • Hibernate

  • Succeeded

  • Creating

  • Deleting

  • Updating

  • CreatedFailed

  • DeletedFailed

  • UpdatedFailed

  • Unknown

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事件

表4 FlavorInfo

参数

参数类型

描述

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

表5 NotebookImage

参数

参数类型

描述

image_type

String

镜像类型

枚举值:

  • SYSTEM

  • CUSTOMER

image_info

ImageInfo object

镜像信息

表6 ImageInfo

参数

参数类型

描述

source_project_name

String

源项目名

最小长度:1

最大长度:128

image_name

String

镜像名

最小长度:1

最大长度:128

image_tag

String

镜像tag名

最小长度:1

最大长度:64

profile

String

系统镜像名

枚举值:

  • PY3

表7 NotebookStorage

参数

参数类型

描述

path

String

notebook存储路径

最小长度:1

最大长度:4096

mount_path

String

挂载路径,由于目前暂不支持自定义挂载,暂不开放

最小长度:1

最大长度:4096

表8 TaskEventRsp

参数

参数类型

描述

type

String

任务启动事件类型

count

Integer

任务启动事件发生次数

reason

String

任务启动事件状态

message

String

任务启动事件详细信息

first_timestamp

String

任务启动事件首次上报时间

last_timestamp

String

任务启动事件末次上报时间

support.huaweicloud.com/api-eihealth/ShowNotebook.html