Interface Featurestore.OnlineServingConfigOrBuilder

    • Method Detail

      • getFixedNodeCount

        int getFixedNodeCount()
         The number of nodes for the online store. The number of nodes doesn't
         scale automatically, but you can manually update the number of
         nodes. If set to 0, the featurestore will not have an
         online store and cannot be used for online serving.
         
        int32 fixed_node_count = 2;
        Returns:
        The fixedNodeCount.
      • hasScaling

        boolean hasScaling()
         Online serving scaling configuration.
         Only one of `fixed_node_count` and `scaling` can be set. Setting one will
         reset the other.
         
        .google.cloud.aiplatform.v1beta1.Featurestore.OnlineServingConfig.Scaling scaling = 4;
        Returns:
        Whether the scaling field is set.
      • getScaling

        Featurestore.OnlineServingConfig.Scaling getScaling()
         Online serving scaling configuration.
         Only one of `fixed_node_count` and `scaling` can be set. Setting one will
         reset the other.
         
        .google.cloud.aiplatform.v1beta1.Featurestore.OnlineServingConfig.Scaling scaling = 4;
        Returns:
        The scaling.
      • getScalingOrBuilder

        Featurestore.OnlineServingConfig.ScalingOrBuilder getScalingOrBuilder()
         Online serving scaling configuration.
         Only one of `fixed_node_count` and `scaling` can be set. Setting one will
         reset the other.
         
        .google.cloud.aiplatform.v1beta1.Featurestore.OnlineServingConfig.Scaling scaling = 4;