We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9452da5 commit f26b1c8Copy full SHA for f26b1c8
google/cloud/aiplatform/v1beta1/machine_resources.proto
@@ -276,6 +276,12 @@ message AutoscalingMetricSpec {
276
// percentage, the machine replicas change. The default value is 60
277
// (representing 60%) if not provided.
278
int32 target = 2;
279
+
280
+ // Optional. The Cloud Monitoring monitored resource labels used for metrics
281
+ // filtering. See Cloud Monitoring Labels
282
+ // https://cloud.google.com/monitoring/api/v3/metric-model#generic-label-info
283
+ map<string, string> monitored_resource_labels = 3
284
+ [(google.api.field_behavior) = OPTIONAL];
285
}
286
287
// A set of Shielded Instance options.
0 commit comments