Skip to content

Commit 15d7c7c

Browse files
authored
feat(inference): update inference models ordering (#591)
1 parent 6b42668 commit 15d7c7c

File tree

2 files changed

+2
-0
lines changed
  • scaleway/scaleway/inference/v1beta1
  • scaleway-async/scaleway_async/inference/v1beta1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/inference/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def __str__(self) -> str:
3939

4040

4141
class ListModelsRequestOrderBy(str, Enum, metaclass=StrEnumMeta):
42+
DISPLAY_RANK_ASC = "display_rank_asc"
4243
CREATED_AT_ASC = "created_at_asc"
4344
CREATED_AT_DESC = "created_at_desc"
4445
NAME_ASC = "name_asc"

scaleway/scaleway/inference/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def __str__(self) -> str:
3939

4040

4141
class ListModelsRequestOrderBy(str, Enum, metaclass=StrEnumMeta):
42+
DISPLAY_RANK_ASC = "display_rank_asc"
4243
CREATED_AT_ASC = "created_at_asc"
4344
CREATED_AT_DESC = "created_at_desc"
4445
NAME_ASC = "name_asc"

0 commit comments

Comments
 (0)