Interface ServingAPIProto.GetOnlineFeaturesRequestOrBuilder

    • Method Detail

      • getFeatureService

        String getFeatureService()
        string feature_service = 1;
        Returns:
        The featureService.
      • getFeatureServiceBytes

        com.google.protobuf.ByteString getFeatureServiceBytes()
        string feature_service = 1;
        Returns:
        The bytes for featureService.
      • hasFeatures

        boolean hasFeatures()
        .feast.serving.FeatureList features = 2;
        Returns:
        Whether the features field is set.
      • getEntitiesCount

        int getEntitiesCount()
         The entity data is specified in a columnar format
         A map of entity name -> list of values
         
        map<string, .feast.types.RepeatedValue> entities = 3;
      • containsEntities

        boolean containsEntities​(String key)
         The entity data is specified in a columnar format
         A map of entity name -> list of values
         
        map<string, .feast.types.RepeatedValue> entities = 3;
      • getEntitiesMap

        Map<String,​ValueProto.RepeatedValue> getEntitiesMap()
         The entity data is specified in a columnar format
         A map of entity name -> list of values
         
        map<string, .feast.types.RepeatedValue> entities = 3;
      • getEntitiesOrThrow

        ValueProto.RepeatedValue getEntitiesOrThrow​(String key)
         The entity data is specified in a columnar format
         A map of entity name -> list of values
         
        map<string, .feast.types.RepeatedValue> entities = 3;
      • getFullFeatureNames

        boolean getFullFeatureNames()
        bool full_feature_names = 4;
        Returns:
        The fullFeatureNames.
      • getRequestContextCount

        int getRequestContextCount()
         Context for OnDemand Feature Transformation
         (was moved to dedicated parameter to avoid unnecessary separation logic on serving side)
         A map of variable name -> list of values
         
        map<string, .feast.types.RepeatedValue> request_context = 5;
      • containsRequestContext

        boolean containsRequestContext​(String key)
         Context for OnDemand Feature Transformation
         (was moved to dedicated parameter to avoid unnecessary separation logic on serving side)
         A map of variable name -> list of values
         
        map<string, .feast.types.RepeatedValue> request_context = 5;
      • getRequestContextMap

        Map<String,​ValueProto.RepeatedValue> getRequestContextMap()
         Context for OnDemand Feature Transformation
         (was moved to dedicated parameter to avoid unnecessary separation logic on serving side)
         A map of variable name -> list of values
         
        map<string, .feast.types.RepeatedValue> request_context = 5;
      • getRequestContextOrDefault

        ValueProto.RepeatedValue getRequestContextOrDefault​(String key,
                                                            ValueProto.RepeatedValue defaultValue)
         Context for OnDemand Feature Transformation
         (was moved to dedicated parameter to avoid unnecessary separation logic on serving side)
         A map of variable name -> list of values
         
        map<string, .feast.types.RepeatedValue> request_context = 5;
      • getRequestContextOrThrow

        ValueProto.RepeatedValue getRequestContextOrThrow​(String key)
         Context for OnDemand Feature Transformation
         (was moved to dedicated parameter to avoid unnecessary separation logic on serving side)
         A map of variable name -> list of values
         
        map<string, .feast.types.RepeatedValue> request_context = 5;