Skip to content

Commit c205224

Browse files
gcf-owl-bot[bot]copybara-github
authored andcommitted
Copybara import of the project:
-- b6ac012 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: docs: add comments for FeatureOnlineStoreService and ModelMonitoringAlertConfig PiperOrigin-RevId: 602479847 Source-Link: googleapis/googleapis@18a8156 Source-Link: googleapis/googleapis-gen@629a7df Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjI5YTdkZjlkMzExMGEwM2NkYzc5OGRlZTQzMjdkOWQ4ODgxMzg5NSJ9 -- 96f7d36 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- 3f86764 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: Allow users to explicitly configure universe domain chore: Update gapic-generator-python to v1.14.0 PiperOrigin-RevId: 603108274 Source-Link: googleapis/googleapis@3d83e36 Source-Link: googleapis/googleapis-gen@baf5e9b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmFmNWU5YmJiMTRhNzY4YjJiNGM5ZWFlOWZlYjc4ZjE4ZjE3NTdmYSJ9 -- d0530dc by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- f56e678 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: update v1alpha1 CEL syntax protos to include extension tags from cel-spec docs: automated formatting fixes PiperOrigin-RevId: 603439044 Source-Link: googleapis/googleapis@5e6eb76 Source-Link: googleapis/googleapis-gen@e1caf9c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTFjYWY5YzQ3YzEwNmI2ZjJhNmU1YTg0MWNkZmY1OGVjYzE3N2Y5MSJ9 -- 19210ae by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- ea23bcb by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: Add generateContent Unary API for aiplatform_v1beta1 docs: Update comment for DirectPredict and DirectRawPredict PiperOrigin-RevId: 603497761 Source-Link: googleapis/googleapis@4f5f442 Source-Link: googleapis/googleapis-gen@f1d6d8b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjFkNmQ4YjM3NWYxZGJmNmQ1ZGYyNmJjYWUzYmYwYzhiOGNmZGRmNyJ9 -- 9a3119b by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- 8fc1b7c by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: Add generateContent Unary API for aiplatform_v1 docs: Update comment for DirectPredict and DirectRawPredict PiperOrigin-RevId: 603498510 Source-Link: googleapis/googleapis@49815f4 Source-Link: googleapis/googleapis-gen@893e2e0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODkzZTJlMDcyZTdhYTU0ZjNmYjA0MjVhM2MyZGE5YTI2NjhjNzAxYiJ9 -- 6a8f42a by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md COPYBARA_INTEGRATE_REVIEW=#3252 from googleapis:owl-bot-copy 6a8f42a PiperOrigin-RevId: 603739386
1 parent 93036ed commit c205224

File tree

308 files changed

+57465
-13053
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+57465
-13053
lines changed

google/cloud/aiplatform_v1/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,15 @@
577577
from .types.prediction_service import PredictRequest
578578
from .types.prediction_service import PredictResponse
579579
from .types.prediction_service import RawPredictRequest
580+
from .types.prediction_service import StreamDirectPredictRequest
581+
from .types.prediction_service import StreamDirectPredictResponse
582+
from .types.prediction_service import StreamDirectRawPredictRequest
583+
from .types.prediction_service import StreamDirectRawPredictResponse
580584
from .types.prediction_service import StreamingPredictRequest
581585
from .types.prediction_service import StreamingPredictResponse
582586
from .types.prediction_service import StreamingRawPredictRequest
583587
from .types.prediction_service import StreamingRawPredictResponse
588+
from .types.prediction_service import StreamRawPredictRequest
584589
from .types.publisher_model import PublisherModel
585590
from .types.saved_query import SavedQuery
586591
from .types.schedule import Schedule
@@ -1271,6 +1276,11 @@
12711276
"SpecialistPoolServiceClient",
12721277
"StopTrialRequest",
12731278
"StratifiedSplit",
1279+
"StreamDirectPredictRequest",
1280+
"StreamDirectPredictResponse",
1281+
"StreamDirectRawPredictRequest",
1282+
"StreamDirectRawPredictResponse",
1283+
"StreamRawPredictRequest",
12741284
"StreamingPredictRequest",
12751285
"StreamingPredictResponse",
12761286
"StreamingRawPredictRequest",

google/cloud/aiplatform_v1/gapic_metadata.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,6 +2237,11 @@
22372237
"explain"
22382238
]
22392239
},
2240+
"GenerateContent": {
2241+
"methods": [
2242+
"generate_content"
2243+
]
2244+
},
22402245
"Predict": {
22412246
"methods": [
22422247
"predict"
@@ -2252,11 +2257,26 @@
22522257
"server_streaming_predict"
22532258
]
22542259
},
2260+
"StreamDirectPredict": {
2261+
"methods": [
2262+
"stream_direct_predict"
2263+
]
2264+
},
2265+
"StreamDirectRawPredict": {
2266+
"methods": [
2267+
"stream_direct_raw_predict"
2268+
]
2269+
},
22552270
"StreamGenerateContent": {
22562271
"methods": [
22572272
"stream_generate_content"
22582273
]
22592274
},
2275+
"StreamRawPredict": {
2276+
"methods": [
2277+
"stream_raw_predict"
2278+
]
2279+
},
22602280
"StreamingPredict": {
22612281
"methods": [
22622282
"streaming_predict"
@@ -2287,6 +2307,11 @@
22872307
"explain"
22882308
]
22892309
},
2310+
"GenerateContent": {
2311+
"methods": [
2312+
"generate_content"
2313+
]
2314+
},
22902315
"Predict": {
22912316
"methods": [
22922317
"predict"
@@ -2302,11 +2327,26 @@
23022327
"server_streaming_predict"
23032328
]
23042329
},
2330+
"StreamDirectPredict": {
2331+
"methods": [
2332+
"stream_direct_predict"
2333+
]
2334+
},
2335+
"StreamDirectRawPredict": {
2336+
"methods": [
2337+
"stream_direct_raw_predict"
2338+
]
2339+
},
23052340
"StreamGenerateContent": {
23062341
"methods": [
23072342
"stream_generate_content"
23082343
]
23092344
},
2345+
"StreamRawPredict": {
2346+
"methods": [
2347+
"stream_raw_predict"
2348+
]
2349+
},
23102350
"StreamingPredict": {
23112351
"methods": [
23122352
"streaming_predict"

0 commit comments

Comments
 (0)