metricName property

  1. @TagNumber.new(1)
String get metricName

Required. The resource metric name. Supported metrics:

  • For Online Prediction:
  • aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle
  • aiplatform.googleapis.com/prediction/online/cpu/utilization

Implementation

@$pb.TagNumber(1)
$core.String get metricName => $_getSZ(0);
  1. @TagNumber.new(1)
set metricName (String v)

Implementation

@$pb.TagNumber(1)
set metricName($core.String v) {
  $_setString(0, v);
}