diff --git a/clients/python/text_generation/types.py b/clients/python/text_generation/types.py index 6f51c153..71e84e56 100644 --- a/clients/python/text_generation/types.py +++ b/clients/python/text_generation/types.py @@ -464,4 +464,4 @@ class DeployedModel(BaseModel): # https://github.com/pydantic/pydantic/issues/9177 model_config = ConfigDict(protected_namespaces=()) model_id: str - sha: str + task: str