-
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: Added
aiplatform.Model.update
method (#952)
* Initial commit for updating models * Added update functionality * Added test * Fixed validation * Fixed docstrings and linting * Fixed whitespace * Mutate copy of proto instead of the original proto * Added return type * Added model.update integration test * Update google/cloud/aiplatform/models.py Co-authored-by: sasha-gitg <[email protected]> * Ran linter Co-authored-by: sasha-gitg <[email protected]>
- Loading branch information
1 parent
02a92f6
commit 44e208a
Showing
3 changed files
with
127 additions
and
3 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