Class GoogleCloudAiplatformV1AutoscalingMetricSpec
The metric specification that defines the target resource utilization (CPU utilization, accelerator's duty cycle, and so on) for calculating the desired replica count.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AutoscalingMetricSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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
Declaration
[JsonProperty("metricName")]
public virtual string MetricName { get; set; }
Property Value
Type | Description |
---|---|
string |
Target
The target resource utilization in percentage (1% - 100%) for the given metric; once the real usage deviates from the target by a certain percentage, the machine replicas change. The default value is 60 (representing 60%) if not provided.
Declaration
[JsonProperty("target")]
public virtual int? Target { get; set; }
Property Value
Type | Description |
---|---|
int? |