Update configuration for debug images

This commit is contained in:
allegroai 2021-01-05 17:53:16 +02:00
parent 0ad0495733
commit 91b1b34a6b

View File

@ -445,7 +445,7 @@
}
}
}
response {"$ref": "#/definitions/task_log_event"}
response {"$ref": "#/definitions/debug_image_sample_reposnse"}
}
}
next_debug_image_sample {
@ -463,9 +463,14 @@
type: string
description: "Scroll ID from the previous call to get_debug_image_sample"
}
navigate_earlier {
type: boolean
description: """If set then get the either previous variant event from the current iteration or (if does not exist) the last variant event from the previous iteration.
Otherwise next variant event from the current iteration or first variant event from the next iteration"""
}
}
response {"$ref": "#/definitions/task_log_event"}
}
response {"$ref": "#/definitions/debug_image_sample_reposnse"}
}
}
get_task_metrics{