Skip to content

Commit

Permalink
feat(aiplatform): add grpc_ports to UploadModel ModelContainerSpec (#…
Browse files Browse the repository at this point in the history
…9059)

- [ ] Regenerate this pull request now.

feat: add DirectPredict to PredictionService
feat: add DirectRawPredict to PredictionService
feat: add StreamingPredict to PredictionService.
feat: add StreamingRawPredict to PredictionService.

PiperOrigin-RevId: 586417186

Source-Link: https://togithub.com/googleapis/googleapis/commit/362f61ee4a0178ca1e3fe2be4c34cd9d4acd2e12

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a81e5343ce6ca9ee4a545549dc32edc2350530aa
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTgxZTUzNDNjZTZjYTllZTRhNTQ1NTQ5ZGMzMmVkYzIzNTA1MzBhYSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Nov 29, 2023
1 parent 71da8e0 commit 0685da5
Show file tree
Hide file tree
Showing 16 changed files with 2,025 additions and 367 deletions.
180 changes: 101 additions & 79 deletions aiplatform/apiv1beta1/aiplatformpb/model.pb.go

Large diffs are not rendered by default.

1,363 changes: 1,081 additions & 282 deletions aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions aiplatform/apiv1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4221,6 +4221,16 @@
"DeleteOperation"
]
},
"DirectPredict": {
"methods": [
"DirectPredict"
]
},
"DirectRawPredict": {
"methods": [
"DirectRawPredict"
]
},
"Explain": {
"methods": [
"Explain"
Expand Down Expand Up @@ -4271,6 +4281,16 @@
"SetIamPolicy"
]
},
"StreamingPredict": {
"methods": [
"StreamingPredict"
]
},
"StreamingRawPredict": {
"methods": [
"StreamingRawPredict"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
Expand Down Expand Up @@ -4301,6 +4321,16 @@
"DeleteOperation"
]
},
"DirectPredict": {
"methods": [
"DirectPredict"
]
},
"DirectRawPredict": {
"methods": [
"DirectRawPredict"
]
},
"Explain": {
"methods": [
"Explain"
Expand Down Expand Up @@ -4351,6 +4381,16 @@
"SetIamPolicy"
]
},
"StreamingPredict": {
"methods": [
"StreamingPredict"
]
},
"StreamingRawPredict": {
"methods": [
"StreamingRawPredict"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
Expand Down
246 changes: 246 additions & 0 deletions aiplatform/apiv1beta1/prediction_client.go

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

0 comments on commit 0685da5

Please sign in to comment.