Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support for Model Versioning (#1438)
* Initial changes for first ModelRegistry design proposal * More changes for design doc * ModelRegistry class implementation * Added method docs * Changes from book doc * training_jobs versioning changes * More models.py changes for versioning * More version arg plumbing * Tests, implementation changes, and assorted tweaks to make GAPIC stuff work * Batch predict versioning, variable name cleanup * Reset training_jobs changes to limit scope * Prediction test fixes * Blackend and lint changes * Training jobs versioning support * Blackend and lint changes * Added TODO for async support * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Override for _construct_sdk_resource_from_gapic * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Fixed _construct_sdk_resource_from_gapic for Model class and gave documentation * Removed errant futuremanager init * Start of new versioning system test * Pass model version on upload cls init * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Fully-fleshed system test for model versioning * Improvements based on system testing * Nox fixes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Nox fixes * Initial commit for vertexpreviews, with compat changes * Use compat type for DeploymentResourcesType * PR Feedback * Test compat fixes * More v1->v1beta1 shifts * Plumbing model changes through more tests * chore: release 1.13.1 Release-As: 1.13.1 * Nox run * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Training jobs test fixes * Reverted v1beta1 changes * Blacken and lint changes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * PR feedback changes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Revert "🦉 Updates from OwlBot post-processor" This reverts commit 0bff90b. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Revert "🦉 Updates from OwlBot post-processor" This reverts commit c57f305. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Revert "🦉 Updates from OwlBot post-processor" This reverts commit ee5ff17. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: Prevent owlbot from re-adding 3.6 dependencies * Test fixes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * nox blacken * Test fixes for 3.6 compat * Test fix for 3.6 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Quitting the fight against nox * Test fixes for python 3.7 * System test cleanup * retrigger checks * Update google/cloud/aiplatform/models.py Missing '.' Co-authored-by: sasha-gitg <[email protected]> * Update google/cloud/aiplatform/models.py Another missing '.' Co-authored-by: sasha-gitg <[email protected]> * Update google/cloud/aiplatform/models.py Missing return type Co-authored-by: sasha-gitg <[email protected]> * Update google/cloud/aiplatform/models.py Co-authored-by: sasha-gitg <[email protected]> * PR feedback changes * Pass location, project, creds to Model Registry * Credential fix when getting model from registry * Copyright update * Fixed issue with Model update trying to update a version, rather than the base model * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Revert "fix: Prevent owlbot from re-adding 3.6 dependencies" This reverts commit 4322fe2. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Nox blacken * Revert "🦉 Updates from OwlBot post-processor" This reverts commit fe5a27b. * Fighting with owlbot * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Sam Goodman <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sasha-gitg <[email protected]>
- Loading branch information