|
|
|
@@ -70,7 +70,9 @@ |
|
|
|
<if test="ray.state != null"> |
|
|
|
state = #{ray.state}, |
|
|
|
</if> |
|
|
|
status_list = #{ray.statusList}, |
|
|
|
<if test="ray.statusList != null"> |
|
|
|
status_list = #{ray.statusList}, |
|
|
|
</if> |
|
|
|
model = #{ray.model}, |
|
|
|
scheduler = #{ray.scheduler}, |
|
|
|
search_alg = #{ray.searchAlg}, |
|
|
|
|