feat: add a ExportPublisherModel API#5055
Merged
yinghsienwu merged 4 commits intomainfrom Mar 20, 2025
Merged
Conversation
|
Here is the summary of changes. You are about to add 6 region tags.
This comment is generated by snippet-bot.
|
yinghsienwu
approved these changes
Mar 19, 2025
yinghsienwu
approved these changes
Mar 19, 2025
yinghsienwu
approved these changes
Mar 19, 2025
yinghsienwu
approved these changes
Mar 19, 2025
Contributor
Author
|
Owl bot is regenerating pull request 5055... |
yinghsienwu
approved these changes
Mar 19, 2025
yinghsienwu
approved these changes
Mar 20, 2025
yinghsienwu
approved these changes
Mar 20, 2025
Contributor
Author
|
Owl bot is regenerating pull request 5055... |
PiperOrigin-RevId: 738854222 Source-Link: googleapis/googleapis@c08fbfa Source-Link: googleapis/googleapis-gen@72a5a50 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzJhNWE1MDBlYzg1ODcxNDIzOWZmZGZmMjhmODMyZTFjYTM2Nzg4MyJ9 feat: Add AssessData and AssembleData RPCs to DatasetService PiperOrigin-RevId: 738721843 Source-Link: googleapis/googleapis@9af2768 Source-Link: googleapis/googleapis-gen@557f09e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTU3ZjA5ZTM4ZjY4ZjEyZWIyNWE1OGZiYjRlMTlhYTk5MGZjZTcwNSJ9 feat: add import result gcs sink to the import files API feat: add import result bq sink to the import files API PiperOrigin-RevId: 738394411 Source-Link: googleapis/googleapis@e9792d9 Source-Link: googleapis/googleapis-gen@61a8ce3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjFhOGNlMzQ5YTJmZjllOWFiODU5MGJhZmFiOWEyMmU5N2M5YzU0MSJ9 feat: add import result gcs sink to the import files API feat: add import result bq sink to the import files API PiperOrigin-RevId: 738391305 Source-Link: googleapis/googleapis@1a8d81e Source-Link: googleapis/googleapis-gen@c3f2bc4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzNmMmJjNGMzMWFhNjFhZGI3ZGQ4MjBiYmViYzA2Zjg0ZDE5NTYzNSJ9 chore: Update gapic-generator-python to 1.23.6 PiperOrigin-RevId: 738170370 Source-Link: googleapis/googleapis@3f1e17a Source-Link: googleapis/googleapis-gen@9afd8c3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWFmZDhjMzNkNGNhZTYxMGI3NWZhNDk5OTI2NGVhOGM4YzY2YjlkMiJ9 feat: Add env variables and agent framework to ReasoningEngineSpec docs: Update comment for `package_spec` from required to optional in `ReasoningEngineSpec`. docs: Add `deployment_spec` and `agent_framework` field to `ReasoningEngineSpec`. PiperOrigin-RevId: 738059528 Source-Link: googleapis/googleapis@4eb76f5 Source-Link: googleapis/googleapis-gen@8348b2a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODM0OGIyYTRkMmMwMjc0MmQyZmYwZjRiZWI1NzM2ODgxNTU0Y2FiNyJ9 feat: Add env variables and agent framework to ReasoningEngineSpec in v1beta1 docs: Update comment for `package_spec` from required to optional in `ReasoningEngineSpec`. docs: Add `deployment_spec` and `agent_framework` field to `ReasoningEngineSpec`. PiperOrigin-RevId: 738017971 Source-Link: googleapis/googleapis@9491391 Source-Link: googleapis/googleapis-gen@8604a84 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODYwNGE4NDdjMGI2NWNkYTgzZWQ1OWI0M2I4MDRiODI4OWZjN2UxMSJ9 feat: add VertexAISearch.engine option PiperOrigin-RevId: 736952567 Source-Link: googleapis/googleapis@2c2a335 Source-Link: googleapis/googleapis-gen@f0e4524 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjBlNDUyNGIzOGI0NmRiN2VjNDcyMzAzY2NlM2UxOTBkYzgyMDcyYSJ9
yinghsienwu
approved these changes
Mar 20, 2025
This was referenced Mar 20, 2025
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.
PiperOrigin-RevId: 738854222
Source-Link: googleapis/googleapis@c08fbfa
Source-Link: https://github.com/googleapis/googleapis-gen/commit/72a5a500ec858714239ffdff28f832e1ca367883
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzJhNWE1MDBlYzg1ODcxNDIzOWZmZGZmMjhmODMyZTFjYTM2Nzg4MyJ9
feat: Add AssessData and AssembleData RPCs to DatasetService
PiperOrigin-RevId: 738721843
Source-Link: googleapis/googleapis@9af2768
Source-Link: https://github.com/googleapis/googleapis-gen/commit/557f09e38f68f12eb25a58fbb4e19aa990fce705
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTU3ZjA5ZTM4ZjY4ZjEyZWIyNWE1OGZiYjRlMTlhYTk5MGZjZTcwNSJ9
feat: add import result gcs sink to the import files API
feat: add import result bq sink to the import files API
PiperOrigin-RevId: 738394411
Source-Link: googleapis/googleapis@e9792d9
Source-Link: https://github.com/googleapis/googleapis-gen/commit/61a8ce349a2ff9e9ab8590bafab9a22e97c9c541
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjFhOGNlMzQ5YTJmZjllOWFiODU5MGJhZmFiOWEyMmU5N2M5YzU0MSJ9
feat: add import result gcs sink to the import files API
feat: add import result bq sink to the import files API
PiperOrigin-RevId: 738391305
Source-Link: googleapis/googleapis@1a8d81e
Source-Link: https://github.com/googleapis/googleapis-gen/commit/c3f2bc4c31aa61adb7dd820bbebc06f84d195635
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzNmMmJjNGMzMWFhNjFhZGI3ZGQ4MjBiYmViYzA2Zjg0ZDE5NTYzNSJ9
chore: Update gapic-generator-python to 1.23.6
PiperOrigin-RevId: 738170370
Source-Link: googleapis/googleapis@3f1e17a
Source-Link: https://github.com/googleapis/googleapis-gen/commit/9afd8c33d4cae610b75fa4999264ea8c8c66b9d2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWFmZDhjMzNkNGNhZTYxMGI3NWZhNDk5OTI2NGVhOGM4YzY2YjlkMiJ9
feat: Add env variables and agent framework to ReasoningEngineSpec
docs: Update comment for
package_specfrom required to optional inReasoningEngineSpec.docs: Add
deployment_specandagent_frameworkfield toReasoningEngineSpec.PiperOrigin-RevId: 738059528
Source-Link: googleapis/googleapis@4eb76f5
Source-Link: https://github.com/googleapis/googleapis-gen/commit/8348b2a4d2c02742d2ff0f4beb5736881554cab7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODM0OGIyYTRkMmMwMjc0MmQyZmYwZjRiZWI1NzM2ODgxNTU0Y2FiNyJ9
feat: Add env variables and agent framework to ReasoningEngineSpec in v1beta1
docs: Update comment for
package_specfrom required to optional inReasoningEngineSpec.docs: Add
deployment_specandagent_frameworkfield toReasoningEngineSpec.PiperOrigin-RevId: 738017971
Source-Link: googleapis/googleapis@9491391
Source-Link: https://github.com/googleapis/googleapis-gen/commit/8604a847c0b65cda83ed59b43b804b8289fc7e11
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODYwNGE4NDdjMGI2NWNkYTgzZWQ1OWI0M2I4MDRiODI4OWZjN2UxMSJ9
feat: add VertexAISearch.engine option
PiperOrigin-RevId: 736952567
Source-Link: googleapis/googleapis@2c2a335
Source-Link: https://github.com/googleapis/googleapis-gen/commit/f0e4524b38b46db7ec472303cce3e190dc82072a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjBlNDUyNGIzOGI0NmRiN2VjNDcyMzAzY2NlM2UxOTBkYzgyMDcyYSJ9