Interface VertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.927Z") @Stability(Stable) public interface VertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs.Builderstatic classVertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs.Jsii$ProxyAn implementation forVertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs.Builderbuilder()StringgetMetricName()The resource metric name.default NumbergetTarget()The target resource utilization in percentage (1% - 100%) for the given metric;
-
-
-
Method Detail
-
getMetricName
@Stability(Stable) @NotNull String getMetricName()
The resource metric name. Supported metrics: For Online Prediction: * 'aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle' * 'aiplatform.googleapis.com/prediction/online/cpu/utilization'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#metric_name VertexAiDeploymentResourcePool#metric_name}
-
getTarget
@Stability(Stable) @Nullable default Number getTarget()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#target VertexAiDeploymentResourcePool#target}
-
builder
@Stability(Stable) static VertexAiDeploymentResourcePoolDedicatedResourcesAutoscalingMetricSpecs.Builder builder()
-
-