mirror of
https://github.com/clearml/clearml-server
synced 2025-06-09 08:15:37 +00:00
Update configuration for debug images
This commit is contained in:
parent
0ad0495733
commit
91b1b34a6b
@ -445,7 +445,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
response {"$ref": "#/definitions/task_log_event"}
|
response {"$ref": "#/definitions/debug_image_sample_reposnse"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
next_debug_image_sample {
|
next_debug_image_sample {
|
||||||
@ -463,9 +463,14 @@
|
|||||||
type: string
|
type: string
|
||||||
description: "Scroll ID from the previous call to get_debug_image_sample"
|
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{
|
get_task_metrics{
|
||||||
|
Loading…
Reference in New Issue
Block a user