Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Oct 22, 2024
1 parent 81e87d7 commit c6e578d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geti_sdk/data_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class BaseModel:
) # Added in Intel Geti 1.1
total_disk_size: Optional[int] = None # Added in Intel Geti 2.3
training_framework: Optional[TrainingFramework] = None # Added in Intel Geti 2.5
learning_approach: Optional[str] = None # Added in Intel Geti v2.6

def __attrs_post_init__(self):
"""
Expand Down

0 comments on commit c6e578d

Please sign in to comment.