Skip to content

Commit 87ef0c7

Browse files
1 parent 3a8b9c7 commit 87ef0c7

File tree

2,941 files changed

+9
-2712824
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,941 files changed

+9
-2712824
lines changed

google/cloud/aiplatform_v1/types/prediction_service.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ class PredictRequest(proto.Message):
8484
[Model's ][google.cloud.aiplatform.v1.DeployedModel.model]
8585
[PredictSchemata's][google.cloud.aiplatform.v1.Model.predict_schemata]
8686
[parameters_schema_uri][google.cloud.aiplatform.v1.PredictSchemata.parameters_schema_uri].
87+
labels (MutableMapping[str, str]):
88+
Optional. The user labels for Imagen billing
89+
usage only. Only Imagen supports labels. For
90+
other use cases, it will be ignored.
8791
"""
8892

8993
endpoint: str = proto.Field(
@@ -100,6 +104,11 @@ class PredictRequest(proto.Message):
100104
number=3,
101105
message=struct_pb2.Value,
102106
)
107+
labels: MutableMapping[str, str] = proto.MapField(
108+
proto.STRING,
109+
proto.STRING,
110+
number=4,
111+
)
103112

104113

105114
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)