Interface VertexAiFeaturestoreOnlineServingConfigScaling
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeaturestoreOnlineServingConfigScaling.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.959Z") @Stability(Stable) public interface VertexAiFeaturestoreOnlineServingConfigScaling extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeaturestoreOnlineServingConfigScaling.BuilderA builder forVertexAiFeaturestoreOnlineServingConfigScalingstatic classVertexAiFeaturestoreOnlineServingConfigScaling.Jsii$ProxyAn implementation forVertexAiFeaturestoreOnlineServingConfigScaling
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VertexAiFeaturestoreOnlineServingConfigScaling.Builderbuilder()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 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_featurestore#max_node_count VertexAiFeaturestore#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_featurestore#min_node_count VertexAiFeaturestore#min_node_count}
-
builder
@Stability(Stable) static VertexAiFeaturestoreOnlineServingConfigScaling.Builder builder()
-
-