metricName property

  1. @TagNumber(1)
String 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(1)
void metricName=(String v)

Implementation

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