Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aiplatform): add code execution tool API #11060

Merged
merged 9 commits into from
Oct 30, 2024
Merged

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Oct 30, 2024

  • Regenerate this pull request now.

PiperOrigin-RevId: 691287054

Source-Link: googleapis/googleapis@805ed12

Source-Link: https://github.com/googleapis/googleapis-gen/commit/f03c21f5b4de4a50d93a0cf131b6e50b495b974b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjAzYzIxZjViNGRlNGE1MGQ5M2EwY2YxMzFiNmU1MGI0OTViOTc0YiJ9
BEGIN_NESTED_COMMIT
feat(aiplatform): add StopNotebookRuntime method
PiperOrigin-RevId: 691235183

Source-Link: googleapis/googleapis@4160527

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c63dc6d09c9ccab6b68820fb66adee3c3200bc9e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzYzZGM2ZDA5YzljY2FiNmI2ODgyMGZiNjZhZGVlM2MzMjAwYmM5ZSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(discoveryengine): Add GroundedGenerationService API
feat(discoveryengine): Add AdvancedCompleteQuery API
feat(discoveryengine): Add lite search API to allow public website search with API key
feat(discoveryengine): Add Sitemap APIs to preview channel
feat(discoveryengine): Support search personalization to preview channel
feat(discoveryengine): Support natural language understanding search
feat(discoveryengine): Add BillingEstimation in data store
feat(discoveryengine): Support Google Workspace search
feat(discoveryengine): Support advanced boost search
feat(discoveryengine): Add one_box_page_size on search
feat(discoveryengine): support query regex in control match rules
docs(discoveryengine): deprecate extractive_answers in answer generation
docs(discoveryengine): deprecate asynchronous mode in answer generation
docs(discoveryengine): keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 691212731

Source-Link: googleapis/googleapis@e6b6ff9

Source-Link: https://github.com/googleapis/googleapis-gen/commit/67144fd43c5a3e164410b3617e5752f2e066ec25
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjcxNDRmZDQzYzVhM2UxNjQ0MTBiMzYxN2U1NzUyZjJlMDY2ZWMyNSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): add UpdateEndpointLongRunning API in v1beta1 version
PiperOrigin-RevId: 691203761

Source-Link: googleapis/googleapis@67878b0

Source-Link: https://github.com/googleapis/googleapis-gen/commit/47e8a2dea0c896c08a11fdf8294cda624943c362
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDdlOGEyZGVhMGM4OTZjMDhhMTFmZGY4Mjk0Y2RhNjI0OTQzYzM2MiJ9
END_NESTED_COMMIT

PiperOrigin-RevId: 691203761

Source-Link: googleapis/googleapis@67878b0

Source-Link: googleapis/googleapis-gen@47e8a2d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDdlOGEyZGVhMGM4OTZjMDhhMTFmZGY4Mjk0Y2RhNjI0OTQzYzM2MiJ9
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add UpdateEndpointLongRunning API in v1beta1 version feat(aiplatform): add UpdateEndpointLongRunning API in v1beta1 version Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review October 30, 2024 03:09
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner October 30, 2024 03:09
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 30, 2024
Copy link

snippet-bot bot commented Oct 30, 2024

Here is the summary of possible violations 😱

There is a possible violation for not having product prefix.

The end of the violation section. All the stuff below is FYI purposes only.


Here is the summary of changes.

You are about to add 10 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2024
feat: Add AdvancedCompleteQuery API
feat: Add lite search API to allow public website search with API key
feat: Add Sitemap APIs to preview channel
feat: Support search personalization to preview channel
feat: Support natural language understanding search
feat: Add BillingEstimation in data store
feat: Support Google Workspace search
feat: Support advanced boost search
feat: Add one_box_page_size on search
feat: support query regex in control match rules
docs: deprecate extractive_answers in answer generation
docs: deprecate asynchronous mode in answer generation
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 691212731

Source-Link: googleapis/googleapis@e6b6ff9

Source-Link: googleapis/googleapis-gen@67144fd
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjcxNDRmZDQzYzVhM2UxNjQ0MTBiMzYxN2U1NzUyZjJlMDY2ZWMyNSJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat(aiplatform): add UpdateEndpointLongRunning API in v1beta1 version feat: Add GroundedGenerationService API Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot requested review from a team and shollyman as code owners October 30, 2024 06:21
@gcf-owl-bot gcf-owl-bot bot requested a review from gkevinzheng October 30, 2024 06:21
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add StopNotebookRuntime method feat(aiplatform): add StopNotebookRuntime method Oct 30, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2024
PiperOrigin-RevId: 691287054

Source-Link: googleapis/googleapis@805ed12

Source-Link: googleapis/googleapis-gen@f03c21f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjAzYzIxZjViNGRlNGE1MGQ5M2EwY2YxMzFiNmU1MGI0OTViOTc0YiJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat(aiplatform): add StopNotebookRuntime method feat: add code execution tool API Oct 30, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add code execution tool API feat(aiplatform): add code execution tool API Oct 30, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2024
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Oct 30, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit f307078 into main Oct 30, 2024
11 of 12 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 30, 2024
@gcf-merge-on-green gcf-merge-on-green bot deleted the owl-bot-copy branch October 30, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: discoveryengine Issues related to the Discovery Engine API API. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants