Interface VertexAiFeaturestoreOnlineServingConfigScaling

    • 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}