You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added scorer class (kept create and list as static methods for now since we don't know how we're creating scorers yet)
* refactored static methods to ScorerOps class
* fix example docstrings to use correct scorer create params
* scorer tests
* fixed scorer unit test parameters for update and validate
* update scorer and scorer ops docstrings to be more helpful while not exposing system internals
* update docs with scorer classes, methods and types
* remove verbose request options in unit test parameters
* rename client to ops in client test
* rename client test file to ops
* added list_empty, list_single and list_multiple unit tests to all ops class tests
* fix assert_called to assert_awaited
* remove duplicate tests
0 commit comments