Skip to content

Commit

Permalink
Update geti_sdk/data_models/model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ludo Cornelissen <ludo.cornelissen@intel.com>
  • Loading branch information
igor-davidyuk and ljcornel committed Jul 2, 2024
1 parent e0ab534 commit e5c6c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geti_sdk/data_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ class OptimizationCapabilities:
@attr.define
class ModelPurgeInfo:
"""
Representation of the model soft delition status.
Representation of the model soft deletion status. If `is_purged==True`, the model binaries (i.e. the trained weights)
have been deleted from the server storage.
"""

is_purged: bool
Expand Down

0 comments on commit e5c6c4a

Please sign in to comment.