mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
Update API to 2.27
This commit is contained in:
parent
f4bf16c156
commit
58df8f201a
@ -261,7 +261,7 @@ get_all_ex {
|
||||
}
|
||||
}
|
||||
}
|
||||
"999.0": ${get_all_ex."2.23"} {
|
||||
"2.27": ${get_all_ex."2.23"} {
|
||||
request.properties {
|
||||
filters {
|
||||
type: object
|
||||
@ -1093,7 +1093,7 @@ delete_metadata {
|
||||
}
|
||||
}
|
||||
update_tags {
|
||||
"999.0" {
|
||||
"2.27" {
|
||||
description: Add or remove tags from multiple models
|
||||
request {
|
||||
type: object
|
||||
|
@ -661,7 +661,7 @@ get_all_ex {
|
||||
items {type: string}
|
||||
}
|
||||
}
|
||||
"999.0": ${get_all_ex."2.25"} {
|
||||
"2.27": ${get_all_ex."2.25"} {
|
||||
request.properties {
|
||||
filters {
|
||||
type: object
|
||||
@ -1010,7 +1010,7 @@ get_hyperparam_values {
|
||||
}
|
||||
}
|
||||
}
|
||||
"999.0": ${get_hyperparam_values."2.26"} {
|
||||
"2.27": ${get_hyperparam_values."2.26"} {
|
||||
request.properties.pattern {
|
||||
type: string
|
||||
description: The search pattern regex
|
||||
|
@ -159,7 +159,7 @@ get_all_ex {
|
||||
default: false
|
||||
}
|
||||
}
|
||||
"999.0": ${get_all_ex."2.21"} {
|
||||
"2.27": ${get_all_ex."2.21"} {
|
||||
request.properties {
|
||||
filters {
|
||||
type: object
|
||||
|
@ -717,7 +717,7 @@ get_all_ex {
|
||||
default: false
|
||||
}
|
||||
}
|
||||
"999.0": ${get_all_ex."2.26"} {
|
||||
"2.27": ${get_all_ex."2.26"} {
|
||||
request.properties {
|
||||
filters {
|
||||
type: object
|
||||
|
@ -190,7 +190,7 @@ get_all_ex {
|
||||
}
|
||||
}
|
||||
}
|
||||
"999.0": ${get_all_ex."2.23"} {
|
||||
"2.27": ${get_all_ex."2.23"} {
|
||||
request.properties {
|
||||
filters {
|
||||
type: object
|
||||
@ -2056,7 +2056,7 @@ move {
|
||||
}
|
||||
}
|
||||
update_tags {
|
||||
"999.0" {
|
||||
"2.27" {
|
||||
description: Add or remove tags from multiple tasks
|
||||
request {
|
||||
type: object
|
||||
|
@ -39,7 +39,7 @@ class ServiceRepo(object):
|
||||
"""If the check is set, parsing will fail for endpoint request with the version that is grater than the current
|
||||
maximum """
|
||||
|
||||
_max_version = PartialVersion("2.26")
|
||||
_max_version = PartialVersion("2.27")
|
||||
""" Maximum version number (the highest min_version value across all endpoints) """
|
||||
|
||||
_endpoint_exp = (
|
||||
|
Loading…
Reference in New Issue
Block a user