Interface ServingAPIProto.GetOnlineFeaturesResponse.FieldValuesOrBuilder

    • Method Detail

      • getFieldsCount

        int getFieldsCount()
         Map of feature or entity name to feature/entity values.
         Timestamps are not returned in this response.
         
        map<string, .feast.types.Value> fields = 1;
      • containsFields

        boolean containsFields​(String key)
         Map of feature or entity name to feature/entity values.
         Timestamps are not returned in this response.
         
        map<string, .feast.types.Value> fields = 1;
      • getFieldsMap

        Map<String,​ValueProto.Value> getFieldsMap()
         Map of feature or entity name to feature/entity values.
         Timestamps are not returned in this response.
         
        map<string, .feast.types.Value> fields = 1;
      • getFieldsOrDefault

        ValueProto.Value getFieldsOrDefault​(String key,
                                            ValueProto.Value defaultValue)
         Map of feature or entity name to feature/entity values.
         Timestamps are not returned in this response.
         
        map<string, .feast.types.Value> fields = 1;
      • getFieldsOrThrow

        ValueProto.Value getFieldsOrThrow​(String key)
         Map of feature or entity name to feature/entity values.
         Timestamps are not returned in this response.
         
        map<string, .feast.types.Value> fields = 1;
      • getStatusesCount

        int getStatusesCount()
         Map of feature or entity name to feature/entity statuses/metadata.
         
        map<string, .feast.serving.GetOnlineFeaturesResponse.FieldStatus> statuses = 2;
      • containsStatuses

        boolean containsStatuses​(String key)
         Map of feature or entity name to feature/entity statuses/metadata.
         
        map<string, .feast.serving.GetOnlineFeaturesResponse.FieldStatus> statuses = 2;
      • getStatusesValueMap

        Map<String,​Integer> getStatusesValueMap()
         Map of feature or entity name to feature/entity statuses/metadata.
         
        map<string, .feast.serving.GetOnlineFeaturesResponse.FieldStatus> statuses = 2;
      • getStatusesValueOrDefault

        int getStatusesValueOrDefault​(String key,
                                      int defaultValue)
         Map of feature or entity name to feature/entity statuses/metadata.
         
        map<string, .feast.serving.GetOnlineFeaturesResponse.FieldStatus> statuses = 2;
      • getStatusesValueOrThrow

        int getStatusesValueOrThrow​(String key)
         Map of feature or entity name to feature/entity statuses/metadata.
         
        map<string, .feast.serving.GetOnlineFeaturesResponse.FieldStatus> statuses = 2;