Merged
Conversation
a6726d4 to
17cd3be
Compare
17cd3be to
ad7e7bb
Compare
ad7e7bb to
fc1fcee
Compare
fc1fcee to
976e253
Compare
976e253 to
77b234a
Compare
77b234a to
d9bb3d3
Compare
d9bb3d3 to
533c64d
Compare
533c64d to
6be0de8
Compare
jscud
approved these changes
Apr 8, 2026
BenjaminKazemi
approved these changes
Apr 8, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
copybara-service bot
pushed a commit
that referenced
this pull request
Apr 8, 2026
…eminiExample class definition and API type. BREAKING CHANGE: The labels field has been removed from GeminiExample. The tools and safety_settings fields have been turned into lists. FUTURE_COPYBARA_INTEGRATE_REVIEW=#6530 from googleapis:release-please--branches--main 6be0de8 PiperOrigin-RevId: 890500674
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.
🤖 I have created a release beep boop
1.146.0 (2026-04-07)
⚠ BREAKING CHANGES
to_bigframeshas been removed from the datasets module and moved into theMultimodalDatasetclass. Instead ofdataframe = client.datasets.to_bigframes(multimodal_dataset=multimodal_dataset), usedataframe = multimodal_dataset.to_bigframes()to create a BigFrame instance from a multimodal dataset.Features
Miscellaneous Chores
to_bigframesmethod toMultimodalDatasetclass. (6874b8d)This PR was generated with Release Please. See documentation.