Skip to content

Commit 8cf83c2

Browse files
1 parent fabb82d commit 8cf83c2

File tree

2,943 files changed

+11
-2712817
lines changed

Some content is hidden

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

2,943 files changed

+11
-2712817
lines changed

google/cloud/aiplatform_v1beta1/types/prediction_service.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ class PredictRequest(proto.Message):
8989
][google.cloud.aiplatform.v1beta1.DeployedModel.model]
9090
[PredictSchemata's][google.cloud.aiplatform.v1beta1.Model.predict_schemata]
9191
[parameters_schema_uri][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri].
92+
labels (MutableMapping[str, str]):
93+
Optional. The user labels for Imagen billing
94+
usage only. Only Imagen supports labels. For
95+
other use cases, it will be ignored.
9296
"""
9397

9498
endpoint: str = proto.Field(
@@ -105,6 +109,11 @@ class PredictRequest(proto.Message):
105109
number=3,
106110
message=struct_pb2.Value,
107111
)
112+
labels: MutableMapping[str, str] = proto.MapField(
113+
proto.STRING,
114+
proto.STRING,
115+
number=4,
116+
)
108117

109118

110119
class PredictResponse(proto.Message):

owl-bot-staging/v1/.coveragerc

Lines changed: 0 additions & 13 deletions
This file was deleted.

owl-bot-staging/v1/.flake8

Lines changed: 0 additions & 34 deletions
This file was deleted.

owl-bot-staging/v1/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

owl-bot-staging/v1/MANIFEST.in

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)