feat(genai/tuning): Add sample for canceling tuning jobs - #14483
Draft
Kef131 wants to merge 2 commits into
Draft
Conversation
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
Kef131
marked this pull request as draft
August 6, 2026 23:37
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new script tuning_job_cancel.py to cancel GenAI tuning jobs, along with corresponding unit tests in test_tuning_examples.py. Feedback on the changes suggests avoiding catching a broad Exception during GCS cleanup in the test setup, recommending catching google.api_core.exceptions.GoogleAPIError instead to prevent masking unrelated errors.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes b/542305811
Changes:
genai/tuning/tuning_job_cancel.pyusingclient.tunings.cancel()with region taggooglegenaisdk_tuning_job_cancel.test_tuning_job_cancelingenai/tuning/test_tuning_examples.py.output_gcs_uritest fixture teardown against permission errors during local test runs.Passed tests

Checklist
Testing
Compliance & Style
Post-Approval Actions