-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add timeout arg across SDK (#1099)
* feat: add timeout arg and tests to model upload * feat: add timeout arg and tests to dataset create method * feat: add tiemout arg to dataset import and tensorboard create * Update system tests with timeout arg * rename timeout arg with method name and update tests * add deploy_request_timeout to Model deploy * add create_timeout_request arg to pipeline job run and submit * add timeout arg and tests to training_jobs * add timeout arg tests for training_jobs * update system tests with timeout arg * add timeout arg tests and run linter * add timeout arg and tests to tensorboard * add timeout arg and tests to featurestore * fix failing tests * update system tests with timeout arg * fix broken tests and run linter * update handling of import_request_timeout arg * update timeout arg in tests and run linter * finish moving timeout arg to end of function signatures
- Loading branch information
Showing
32 changed files
with
2,275 additions
and
57 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
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.