-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-1332: Started implementing new aixplain programmatic api (#356)
* ENG-1332: Started implementing new aixplain programmatic api * ENG-1332: removed legacy counterparts * ENG-1332: many improvements * ENG-1332: reorganization on the module structure * ENG-1332: packaging tweak * ENG-1332: enums autogenerated with foundation * ENG-1332: fixed and completed enums foundation * ENG-1332: bug fix * ENG-1332: generate.py called with prod account * ENG-1332: enums.py cleaned up * ENG-1332: relocated v2 module into main aixplain module * ENG-1332: fixed dynamic enum assignment * ENG-1332: static enum and resource definition on main class * ENG-1332: first set of unit tests for v2 * ENG-1332: base resource unit tests for v2 * ENG-1332: completed critical unit tests for v2 * ENG-1332: fixed type hints to make autocompletion work well * ENG-1332: Many improvements on class structure * ENG-1332: Added missing resource implementations * ENG-1331: Fixed unit tests * added api key * removed api-key * ENG-1332: added missing factory methods. revisited typeddict optional params * ENG-1332: Main class constructor revisited * ENG-1332: fixed tests * ENG-1440: refactoring factories to aiXplain SDK v2 (#371) * Adding Wallet on v2 * Adding API Key * Data asset in v2 * Fixed create in api key and dataset * Fixes in corpus, dataset and api key new factories --------- Co-authored-by: xainaz <zaina.abushaban@aixplain.com> * ENG-1332: progress on paging * ENG-1332: removed Resource/Page wrappers * ENG-1332: Got the v2 testable through functional tests * ENG-1332: factory var name restored to original * ENG-1332: quick revisit all functional tests to employ v2 counterparts * ENG-1332: Fixed many frictions in functional test adoption * Last fixes in repo * Adding Team agent class on SDK v2 * Breaking down general assets * ENG-1332: parameterized general asset tests * ENG-1332: Fixed team agent tests * Fixing APIKey getter in v2 * ENG-1332: Several bug fixes --------- Co-authored-by: xainaz <zaina.abushaban@aixplain.com> Co-authored-by: Thiago Castro Ferreira <85182544+thiago-aixplain@users.noreply.github.com> Co-authored-by: Thiago Castro Ferreira <thiago@aixplain.com>
- Loading branch information
1 parent
df232c5
commit c546351
Showing
41 changed files
with
5,086 additions
and
2,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.