Update API to 2.27

This commit is contained in:
allegroai 2023-11-17 09:40:34 +02:00
parent f4bf16c156
commit 58df8f201a
6 changed files with 9 additions and 9 deletions

View File

@ -261,7 +261,7 @@ get_all_ex {
} }
} }
} }
"999.0": ${get_all_ex."2.23"} { "2.27": ${get_all_ex."2.23"} {
request.properties { request.properties {
filters { filters {
type: object type: object
@ -1093,7 +1093,7 @@ delete_metadata {
} }
} }
update_tags { update_tags {
"999.0" { "2.27" {
description: Add or remove tags from multiple models description: Add or remove tags from multiple models
request { request {
type: object type: object

View File

@ -661,7 +661,7 @@ get_all_ex {
items {type: string} items {type: string}
} }
} }
"999.0": ${get_all_ex."2.25"} { "2.27": ${get_all_ex."2.25"} {
request.properties { request.properties {
filters { filters {
type: object 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 { request.properties.pattern {
type: string type: string
description: The search pattern regex description: The search pattern regex

View File

@ -159,7 +159,7 @@ get_all_ex {
default: false default: false
} }
} }
"999.0": ${get_all_ex."2.21"} { "2.27": ${get_all_ex."2.21"} {
request.properties { request.properties {
filters { filters {
type: object type: object

View File

@ -717,7 +717,7 @@ get_all_ex {
default: false default: false
} }
} }
"999.0": ${get_all_ex."2.26"} { "2.27": ${get_all_ex."2.26"} {
request.properties { request.properties {
filters { filters {
type: object type: object

View File

@ -190,7 +190,7 @@ get_all_ex {
} }
} }
} }
"999.0": ${get_all_ex."2.23"} { "2.27": ${get_all_ex."2.23"} {
request.properties { request.properties {
filters { filters {
type: object type: object
@ -2056,7 +2056,7 @@ move {
} }
} }
update_tags { update_tags {
"999.0" { "2.27" {
description: Add or remove tags from multiple tasks description: Add or remove tags from multiple tasks
request { request {
type: object type: object

View File

@ -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 """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.26") _max_version = PartialVersion("2.27")
""" 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 = (