Skip to content

Commit

Permalink
Merge pull request #508 from openvinotoolkit/fix-Model-data-model
Browse files Browse the repository at this point in the history
Update Model data model
  • Loading branch information
ljcornel authored Oct 22, 2024
2 parents 81e87d7 + c6e578d commit 9b67a3f
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 9b67a3f

Please sign in to comment.