Interface ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder

    • Method Detail

      • hasTimestamp

        boolean hasTimestamp()
         Request timestamp of this row. This value will be used,
         together with maxAge, to determine feature staleness.
         
        .google.protobuf.Timestamp timestamp = 1;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
         Request timestamp of this row. This value will be used,
         together with maxAge, to determine feature staleness.
         
        .google.protobuf.Timestamp timestamp = 1;
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
         Request timestamp of this row. This value will be used,
         together with maxAge, to determine feature staleness.
         
        .google.protobuf.Timestamp timestamp = 1;
      • getFieldsCount

        int getFieldsCount()
         Map containing mapping of entity name to entity value.
         
        map<string, .feast.types.Value> fields = 2;
      • containsFields

        boolean containsFields​(String key)
         Map containing mapping of entity name to entity value.
         
        map<string, .feast.types.Value> fields = 2;
      • getFieldsMap

        Map<String,​ValueProto.Value> getFieldsMap()
         Map containing mapping of entity name to entity value.
         
        map<string, .feast.types.Value> fields = 2;
      • getFieldsOrDefault

        ValueProto.Value getFieldsOrDefault​(String key,
                                            ValueProto.Value defaultValue)
         Map containing mapping of entity name to entity value.
         
        map<string, .feast.types.Value> fields = 2;
      • getFieldsOrThrow

        ValueProto.Value getFieldsOrThrow​(String key)
         Map containing mapping of entity name to entity value.
         
        map<string, .feast.types.Value> fields = 2;