自动驾驶云服务 Octopus-查询算子列表:响应参数

时间:2025-02-12 14:54:15

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

payload

DataProcessorPayload object

实际返回信息

meta_info

RespMetaInfo object

元数据

表5 DataProcessorPayload

参数

参数类型

描述

list

Array of processorVo objects

算子列表

page_info

PageInfo object

分页信息

表6 processorVo

参数

参数类型

描述

id

Long

id

user_id

String

用户id

project_id

String

项目id

output_type

String

输出类型

枚举值:

  • DATA_MARK(数据标记)

  • OPEN_DATA(数据回放)

  • DATA_SET(数据集)

  • REPLAY_SIM(回放仿真)

  • PLOT_DATA(数据图表)

  • DATA_DESENSITIZATION(数据脱敏)

config

DataProcessorConfigRequest object

算子配置

name

String

名称

description

String

描述

visibility

String

可见范围

枚举值:

  • PRIVATE(私有)

  • PUBLIC(公开)

update_at

Long

更新时间,UTC标准时间毫秒时间戳

create_at

Long

创建时间,UTC标准时间毫秒时间戳

image_repo_id

Integer

镜像仓库id

image_version

Integer

镜像仓库版本号

表7 DataProcessorConfigRequest

参数

参数类型

描述

command

String

启动命令

最大长度:500

表8 PageInfo

参数

参数类型

描述

offset

Integer

查询偏移量

limit

Integer

返回个数上限

total

Integer

资源总数

表9 RespMetaInfo

参数

参数类型

描述

current_time

String

请求时间,UTC时间格式,时间为UTC标准时间

support.huaweicloud.com/api-octopus/queryProcessorList.html