We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0c1e5 commit f2c6bcaCopy full SHA for f2c6bca
1 file changed
google/cloud/aiplatform/v1/prediction_service.proto
@@ -241,6 +241,10 @@ message PredictRequest {
241
// [PredictSchemata's][google.cloud.aiplatform.v1.Model.predict_schemata]
242
// [parameters_schema_uri][google.cloud.aiplatform.v1.PredictSchemata.parameters_schema_uri].
243
google.protobuf.Value parameters = 3;
244
+
245
+ // Optional. The user labels for Imagen billing usage only. Only Imagen
246
+ // supports labels. For other use cases, it will be ignored.
247
+ map<string, string> labels = 4 [(google.api.field_behavior) = OPTIONAL];
248
}
249
250
// Response message for
0 commit comments