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