Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: SDK support for model monitoring (#1249)
* feat: SDK support for model monitoring (for models deployed to endpoints; batch prediction use case will be implemented separately)" * fixing syntax errors * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * resolving merge diff * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * removing sync parameter from MDM job * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fixing runtime errors * fixing more runtime errors * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fixing some more linter errors * added endpoint path resolution logic * excluding uninitialized optional arguments for as_proto methods in objective config * fixing typo in class variable * adding more upstream error handling * fixing errors with runtime type checks * fixed runtime errors in update and pause functions * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * removing unused methods * fixed job delete method * removing unused parameter * addressing some PR comments * docs clarification * Update google/cloud/aiplatform/jobs.py Co-authored-by: sasha-gitg <[email protected]> * Update google/cloud/aiplatform/jobs.py Co-authored-by: sasha-gitg <[email protected]> * Update google/cloud/aiplatform/jobs.py Co-authored-by: sasha-gitg <[email protected]> * fixing logic for checking explanation_specs * chore: system test for model monitoring (#1428) * chore: adding system test for model monitoring * debugged system test * removing extra print statements * added test coverage for pause resume and delete methods * added test coverage for model monitoring config for two models * fixing test bug * added test coverage for XAI error case * addressed more PR comments * addressing remaining comments * adding more error checking in parse_configs helper function * minor fix for deployed model ID validation logic * addressing docs commentes * addressed more PR comments * removing runtime errors * added more documentation * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * addressing PR comments * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * addressing more PR comments * adding more doc strings * more fixes * formatting * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * added more test coverage and changed iterator names for parse_configs function * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * making objective config class non-abstract * renaming configuration classes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sasha-gitg <[email protected]>
- Loading branch information