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 RaySepc to ResourceRuntimeSpec, and add ResourceRuntime to PersistentResource #9674

Merged
merged 16 commits into from
Aug 2, 2023

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Jul 22, 2023

  • Regenerate this pull request now.

PiperOrigin-RevId: 551874408

Source-Link: googleapis/googleapis@4d230dd

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9e603a7080be78b1ec8a6cf4ce1d06a5259efc23
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI5ZTYwM2E3MDgwYmU3OGIxZWM4YTZjZjRjZTFkMDZhNTI1OWVmYzIzIn0=

BEGIN_NESTED_COMMIT
feat: [aiplatform] add PredictionService.ServerStreamingPredict method
feat: add StreamingPredictRequest type
feat: add StreamingPredictResponse type
feat: add Tensor type

PiperOrigin-RevId: 551672526

Source-Link: googleapis/googleapis@1b650d6

Source-Link: https://github.com/googleapis/googleapis-gen/commit/62fb73702732ce727fbd2e5560d309ece0609850
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI2MmZiNzM3MDI3MzJjZTcyN2ZiZDJlNTU2MGQzMDllY2UwNjA5ODUwIn0=
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: [aiplatform] enable sample generation for java-aiplatform
PiperOrigin-RevId: 551532734

Source-Link: googleapis/googleapis@3f76966

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9d96e7398eaa03390ade45d6a3a76a8e8245b774
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI5ZDk2ZTczOThlYWEwMzM5MGFkZTQ1ZDZhM2E3NmE4ZTgyNDViNzc0In0=
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [aiplatform] ScheduleService (schedule_service.proto) creates and manages Schedule resources to launch scheduled pipelines runs
feat: Schedule (schedule.proto) periodically schedules runs to make API calls

PiperOrigin-RevId: 550058610

Source-Link: googleapis/googleapis@5b24e63

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4c5f6f9c4292c14287217b56f2dcb04cd7727832
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI0YzVmNmY5YzQyOTJjMTQyODcyMTdiNTZmMmRjYjA0Y2Q3NzI3ODMyIn0=
END_NESTED_COMMIT

…hedule resources to launch scheduled pipelines runs

feat: Schedule (schedule.proto) periodically schedules runs to make API calls

PiperOrigin-RevId: 550058610

Source-Link: googleapis/googleapis@5b24e63

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4c5f6f9c4292c14287217b56f2dcb04cd7727832
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI0YzVmNmY5YzQyOTJjMTQyODcyMTdiNTZmMmRjYjA0Y2Q3NzI3ODMyIn0=
@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 Jul 22, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 22, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 22, 2023
@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 Jul 22, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 22, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 22, 2023
@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 Jul 22, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 22, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 22, 2023
@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 24, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 24, 2023
PiperOrigin-RevId: 551532734

Source-Link: googleapis/googleapis@3f76966

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9d96e7398eaa03390ade45d6a3a76a8e8245b774
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI5ZDk2ZTczOThlYWEwMzM5MGFkZTQ1ZDZhM2E3NmE4ZTgyNDViNzc0In0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [aiplatform] ScheduleService (schedule_service.proto) creates and manages Schedule resources to launch scheduled pipelines runs docs: [aiplatform] enable sample generation for java-aiplatform Jul 27, 2023
@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 Jul 27, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 27, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 27, 2023
@snippet-bot
Copy link

snippet-bot bot commented Jul 27, 2023

Here is the summary of changes.

You are about to add 2532 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

@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 Jul 27, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 27, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2023
@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 Jul 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2023
…PersistentResource

PiperOrigin-RevId: 551874408

Source-Link: googleapis/googleapis@4d230dd

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9e603a7080be78b1ec8a6cf4ce1d06a5259efc23
Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI5ZTYwM2E3MDgwYmU3OGIxZWM4YTZjZjRjZTFkMDZhNTI1OWVmYzIzIn0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [aiplatform] add PredictionService.ServerStreamingPredict method feat: [aiplatform] add RaySepc to ResourceRuntimeSpec, and add ResourceRuntime to PersistentResource Jul 28, 2023
@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 Jul 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2023
@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 Jul 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2023
@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 Jul 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2023
@JoeWang1127 JoeWang1127 merged commit f7a6838 into main Aug 2, 2023
@JoeWang1127 JoeWang1127 deleted the owl-bot-copy-java-aiplatform branch August 2, 2023 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants