Support paging in projects.get_model_metadata_values and get_hyperparam_values endpoints

This commit is contained in:
allegroai
2023-07-26 18:38:11 +03:00
parent 3ad636c468
commit 3f22423c3f
6 changed files with 54 additions and 16 deletions

View File

@@ -1,7 +1,4 @@
metadata_values {
# maximal amount of distinct model values to retrieve
max_count: 100
# cache ttl sec
cache_ttl_sec: 86400
}

View File

@@ -11,9 +11,6 @@ non_responsive_tasks_watchdog {
multi_task_histogram_limit: 100
hyperparam_values {
# maximal amount of distinct hyperparam values to retrieve
max_count: 100
# max allowed outdate time for the cashed result
cache_allowed_outdate_sec: 60