mirror of
https://github.com/clearml/clearml-server
synced 2025-03-16 02:18:43 +00:00
Fix missing scroll_id in events.get_scalar_metric_data
This commit is contained in:
parent
8678fbc995
commit
cb71ef8e47
@ -1470,6 +1470,10 @@ get_scalar_metric_data {
|
|||||||
type: string
|
type: string
|
||||||
description: type of metric
|
description: type of metric
|
||||||
}
|
}
|
||||||
|
scroll_id {
|
||||||
|
type: string
|
||||||
|
description: "Scroll ID of previous call (used for getting more results)"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
response {
|
response {
|
||||||
@ -1492,7 +1496,7 @@ get_scalar_metric_data {
|
|||||||
}
|
}
|
||||||
scroll_id {
|
scroll_id {
|
||||||
type: string
|
type: string
|
||||||
description: "Scroll ID of previous call (used for getting more results)"
|
description: "Scroll ID for getting more results"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user