Skip to content

Commit

Permalink
docs(translate): Minor formatting (#8344)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 551881351

Source-Link: https://togithub.com/googleapis/googleapis/commit/b0df582407789f23244adb8d16411ed2947c8e72

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/b587001fbf8f25e36a9e132bdb4d38d6e75f2dfa
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjU4NzAwMWZiZjhmMjVlMzZhOWUxMzJiZGI0ZDM4ZDZlNzVmMmRmYSJ9
BEGIN_NESTED_COMMIT
feat(aiplatform): add RaySepc to ResourceRuntimeSpec, and add ResourceRuntime to PersistentResource
PiperOrigin-RevId: 551874408

Source-Link: https://togithub.com/googleapis/googleapis/commit/4d230ddc6b6d28ad7d2503926a97c6f7fa15483d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/9e603a7080be78b1ec8a6cf4ce1d06a5259efc23
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWU2MDNhNzA4MGJlNzhiMWVjOGE2Y2Y0Y2UxZDA2YTUyNTllZmMyMyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs(datastore/admin): Specify limit for `properties` in `Index` message in Datastore Admin API
docs: Minor formatting in Datastore Admin API

PiperOrigin-RevId: 551819875

Source-Link: https://togithub.com/googleapis/googleapis/commit/3db8b015f79d0d2b495c40ad6f0320e9d88c5275

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/7ebf1137639b93613e6a6206654a5ba8f21e9321
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2ViZjExMzc2MzliOTM2MTNlNmE2MjA2NjU0YTViYThmMjFlOTMyMSJ9
END_NESTED_COMMIT
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: https://togithub.com/googleapis/googleapis/commit/1b650d6c6ee9e50fe122562550a47ec258151498

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/62fb73702732ce727fbd2e5560d309ece0609850
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjJmYjczNzAyNzMyY2U3MjdmYmQyZTU1NjBkMzA5ZWNlMDYwOTg1MCJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Jul 28, 2023
1 parent 592651f commit b890425
Show file tree
Hide file tree
Showing 76 changed files with 25,989 additions and 694 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Expand Up @@ -74,6 +74,7 @@
"metastore": "1.12.0",
"migrationcenter": "0.1.0",
"monitoring": "1.15.1",
"netapp": "0.0.0",
"networkconnectivity": "1.12.1",
"networkmanagement": "1.8.0",
"networksecurity": "0.9.1",
Expand Down
652 changes: 474 additions & 178 deletions aiplatform/apiv1/aiplatformpb/prediction_service.pb.go

Large diffs are not rendered by default.

383 changes: 357 additions & 26 deletions aiplatform/apiv1/aiplatformpb/types.pb.go

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Expand Up @@ -1627,6 +1627,11 @@
"RawPredict"
]
},
"ServerStreamingPredict": {
"methods": [
"ServerStreamingPredict"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
Expand Down
78 changes: 52 additions & 26 deletions aiplatform/apiv1/prediction_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b890425

Please sign in to comment.