Interface VertexAiFeatureOnlineStoreBigtableAutoScaling
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeatureOnlineStoreBigtableAutoScaling.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.949Z") @Stability(Stable) public interface VertexAiFeatureOnlineStoreBigtableAutoScaling extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeatureOnlineStoreBigtableAutoScaling.BuilderA builder forVertexAiFeatureOnlineStoreBigtableAutoScalingstatic classVertexAiFeatureOnlineStoreBigtableAutoScaling.Jsii$ProxyAn implementation forVertexAiFeatureOnlineStoreBigtableAutoScaling
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiFeatureOnlineStoreBigtableAutoScaling.Builderbuilder()default NumbergetCpuUtilizationTarget()A percentage of the cluster's CPU capacity.NumbergetMaxNodeCount()The maximum number of nodes to scale up to.NumbergetMinNodeCount()The minimum number of nodes to scale down to.
-
-
-
Method Detail
-
getMaxNodeCount
@Stability(Stable) @NotNull Number getMaxNodeCount()
The maximum number of nodes to scale up to.Must be greater than or equal to minNodeCount, and less than or equal to 10 times of 'minNodeCount'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#max_node_count VertexAiFeatureOnlineStore#max_node_count}
-
getMinNodeCount
@Stability(Stable) @NotNull Number getMinNodeCount()
The minimum number of nodes to scale down to. Must be greater than or equal to 1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#min_node_count VertexAiFeatureOnlineStore#min_node_count}
-
getCpuUtilizationTarget
@Stability(Stable) @Nullable default Number getCpuUtilizationTarget()
A percentage of the cluster's CPU capacity.Can be from 10% to 80%. When a cluster's CPU utilization exceeds the target that you have set, Bigtable immediately adds nodes to the cluster. When CPU utilization is substantially lower than the target, Bigtable removes nodes. If not set will default to 50%. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#cpu_utilization_target VertexAiFeatureOnlineStore#cpu_utilization_target}
-
builder
@Stability(Stable) static VertexAiFeatureOnlineStoreBigtableAutoScaling.Builder builder()
-
-