mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 18:54:20 +00:00
Set API version to 2.17
This commit is contained in:
parent
941927dfcd
commit
5acc7eebc3
@ -226,7 +226,7 @@ create_credentials {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"999.0": ${create_credentials."2.1"} {
|
"2.17": ${create_credentials."2.1"} {
|
||||||
request.properties.label {
|
request.properties.label {
|
||||||
type: string
|
type: string
|
||||||
description: Optional credentials label
|
description: Optional credentials label
|
||||||
|
@ -914,7 +914,7 @@ get_hyper_parameters {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
get_model_metadata_keys {
|
get_model_metadata_keys {
|
||||||
"999.0" {
|
"2.17" {
|
||||||
description: """Get a list of all metadata keys used in models within the given project."""
|
description: """Get a list of all metadata keys used in models within the given project."""
|
||||||
request {
|
request {
|
||||||
type: object
|
type: object
|
||||||
|
@ -38,7 +38,7 @@ class ServiceRepo(object):
|
|||||||
"""If the check is set, parsing will fail for endpoint request with the version that is grater than the current
|
"""If the check is set, parsing will fail for endpoint request with the version that is grater than the current
|
||||||
maximum """
|
maximum """
|
||||||
|
|
||||||
_max_version = PartialVersion("2.16")
|
_max_version = PartialVersion("2.17")
|
||||||
""" Maximum version number (the highest min_version value across all endpoints) """
|
""" Maximum version number (the highest min_version value across all endpoints) """
|
||||||
|
|
||||||
_endpoint_exp = (
|
_endpoint_exp = (
|
||||||
|
Loading…
Reference in New Issue
Block a user