自动驾驶云服务 OCTOPUS-获取仿真任务配置详情:响应参数
响应参数
状态码:200
参数 |
参数类型 |
描述 |
---|---|---|
url |
String |
仿真任务配置的资源地址 |
id |
Integer |
仿真任务配置ID |
created_at |
TimeStamp |
创建时间 |
updated_at |
TimeStamp |
更新时间 |
algorithm |
String |
关联算法资源地址 |
algorithm_name |
String |
算法名称 |
builtins_evaluation |
Boolean |
是否使用内置评测 |
custom_evaluation_image |
String |
关联评测镜像资源地址 |
custom_simulator_image_id |
Integer |
镜像管理中的仿真器镜像的版本id |
simulator_config |
String |
仿真器配置信息 |
evaluation_info |
evaluation_info object |
评测配置信息 |
batch_size |
Integer |
任务数量 |
duration |
String |
子任务最大运行时长 |
repeat_times |
Integer |
重复运行次数 |
passing_score |
Integer |
融合评测通过分数,默认60 |
scenario_type |
Integer |
场景类型
|
extensions |
Array Of Strings |
扩展文件资源地址列表 |
name |
String |
仿真任务配置名称 |
description |
String |
仿真任务配置描述 |
simulator_name |
String |
仿真器名称,如:B |
record_mode |
Integer |
录制模式
|
priority |
Integer |
优先级,取值越大,优先级越高。可从如下范围中选择
|
datahub |
Boolean |
是否使用datahub |
scenario_set_id |
Int |
场景集合 id |
traffic |
String |
交通流量 |
evaluations |
Array of strings |
关联评测管理项目列表 |