Skip to content

Commit 0ee4aea

Browse files
authored
feat(inference): add new status ifr_deployment (#1909)
1 parent 6671e34 commit 0ee4aea

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • scaleway-async/scaleway_async/inference/v1
  • scaleway/scaleway/inference/v1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class DeploymentStatus(str, Enum, metaclass=StrEnumMeta):
2424
DELETING = "deleting"
2525
LOCKED = "locked"
2626
SCALING = "scaling"
27+
DELETED = "deleted"
2728

2829
def __str__(self) -> str:
2930
return str(self.value)

scaleway/scaleway/inference/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class DeploymentStatus(str, Enum, metaclass=StrEnumMeta):
2424
DELETING = "deleting"
2525
LOCKED = "locked"
2626
SCALING = "scaling"
27+
DELETED = "deleted"
2728

2829
def __str__(self) -> str:
2930
return str(self.value)

0 commit comments

Comments
 (0)