Interface VertexAiFeaturestoreOnlineServingConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeaturestoreOnlineServingConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.959Z") @Stability(Stable) public interface VertexAiFeaturestoreOnlineServingConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeaturestoreOnlineServingConfig.BuilderA builder forVertexAiFeaturestoreOnlineServingConfigstatic classVertexAiFeaturestoreOnlineServingConfig.Jsii$ProxyAn implementation forVertexAiFeaturestoreOnlineServingConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiFeaturestoreOnlineServingConfig.Builderbuilder()default NumbergetFixedNodeCount()The number of nodes for each cluster.default VertexAiFeaturestoreOnlineServingConfigScalinggetScaling()scaling block.
-
-
-
Method Detail
-
getFixedNodeCount
@Stability(Stable) @Nullable default Number getFixedNodeCount()
The number of nodes for each cluster.The number of nodes will not scale automatically but can be scaled manually by providing different values when updating. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#fixed_node_count VertexAiFeaturestore#fixed_node_count}
-
getScaling
@Stability(Stable) @Nullable default VertexAiFeaturestoreOnlineServingConfigScaling getScaling()
scaling block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#scaling VertexAiFeaturestore#scaling}
-
builder
@Stability(Stable) static VertexAiFeaturestoreOnlineServingConfig.Builder builder()
-
-