Class VertexAiFeatureOnlineStoreBigtableAutoScaling.Jsii$Proxy

    • Method Detail

      • getMaxNodeCount

        public final Number getMaxNodeCount()
        Description copied from interface: VertexAiFeatureOnlineStoreBigtableAutoScaling
        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}

        Specified by:
        getMaxNodeCount in interface VertexAiFeatureOnlineStoreBigtableAutoScaling
      • getCpuUtilizationTarget

        public final Number getCpuUtilizationTarget()
        Description copied from interface: VertexAiFeatureOnlineStoreBigtableAutoScaling
        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}

        Specified by:
        getCpuUtilizationTarget in interface VertexAiFeatureOnlineStoreBigtableAutoScaling
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object