We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9cd5b commit 7f0c1e5Copy full SHA for 7f0c1e5
1 file changed
google/cloud/aiplatform/v1beta1/prediction_service.proto
@@ -273,6 +273,10 @@ message PredictRequest {
273
// [PredictSchemata's][google.cloud.aiplatform.v1beta1.Model.predict_schemata]
274
// [parameters_schema_uri][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri].
275
google.protobuf.Value parameters = 3;
276
+
277
+ // Optional. The user labels for Imagen billing usage only. Only Imagen
278
+ // supports labels. For other use cases, it will be ignored.
279
+ map<string, string> labels = 4 [(google.api.field_behavior) = OPTIONAL];
280
}
281
282
// Response message for
0 commit comments