Skip to content

Commit 0685da5

Browse files
feat(aiplatform): add grpc_ports to UploadModel ModelContainerSpec (#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
1 parent 71da8e0 commit 0685da5

File tree

16 files changed

+2025
-367
lines changed

16 files changed

+2025
-367
lines changed

aiplatform/apiv1beta1/aiplatformpb/model.pb.go

Lines changed: 101 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go

Lines changed: 1081 additions & 282 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1beta1/gapic_metadata.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4221,6 +4221,16 @@
42214221
"DeleteOperation"
42224222
]
42234223
},
4224+
"DirectPredict": {
4225+
"methods": [
4226+
"DirectPredict"
4227+
]
4228+
},
4229+
"DirectRawPredict": {
4230+
"methods": [
4231+
"DirectRawPredict"
4232+
]
4233+
},
42244234
"Explain": {
42254235
"methods": [
42264236
"Explain"
@@ -4271,6 +4281,16 @@
42714281
"SetIamPolicy"
42724282
]
42734283
},
4284+
"StreamingPredict": {
4285+
"methods": [
4286+
"StreamingPredict"
4287+
]
4288+
},
4289+
"StreamingRawPredict": {
4290+
"methods": [
4291+
"StreamingRawPredict"
4292+
]
4293+
},
42744294
"TestIamPermissions": {
42754295
"methods": [
42764296
"TestIamPermissions"
@@ -4301,6 +4321,16 @@
43014321
"DeleteOperation"
43024322
]
43034323
},
4324+
"DirectPredict": {
4325+
"methods": [
4326+
"DirectPredict"
4327+
]
4328+
},
4329+
"DirectRawPredict": {
4330+
"methods": [
4331+
"DirectRawPredict"
4332+
]
4333+
},
43044334
"Explain": {
43054335
"methods": [
43064336
"Explain"
@@ -4351,6 +4381,16 @@
43514381
"SetIamPolicy"
43524382
]
43534383
},
4384+
"StreamingPredict": {
4385+
"methods": [
4386+
"StreamingPredict"
4387+
]
4388+
},
4389+
"StreamingRawPredict": {
4390+
"methods": [
4391+
"StreamingRawPredict"
4392+
]
4393+
},
43544394
"TestIamPermissions": {
43554395
"methods": [
43564396
"TestIamPermissions"

aiplatform/apiv1beta1/prediction_client.go

Lines changed: 246 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)