-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: load an audio sdk object class label row [merge waiting on PR to prod] #812
Conversation
Unit test report (Pydantic 1.x)193 tests 193 ✅ 6s ⏱️ Results for commit 23f4aac. ♻️ This comment has been updated with latest results. |
Unit test report ((Pydantic 2.x)193 tests 193 ✅ 6s ⏱️ Results for commit 23f4aac. ♻️ This comment has been updated with latest results. |
"Classification.create_instance(range_only=True) to achieve this." | ||
) | ||
|
||
def is_range_only(self) -> bool: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could also be a property?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keeping consistent with classification interface.
047227e
to
0ad5a08
Compare
Introduction and Explanation
Extend audio SDK support from just audio classifications to audio objects as well.
Currently still work-in-progress, successfully passes test to load audio objects from test project on dev, still need to test all attributes are loaded correctly and non-standard attribute support & saving.
Note: merging
Need a recent PR for lastEditedBy handling on save to hit prod before merging