Interface ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder

    • Method Detail

      • hasEntityTimestamp

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

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

        com.google.protobuf.TimestampOrBuilder getEntityTimestampOrBuilder()
         Request timestamp of this row. This value will be used, 
         together with maxAge, to determine feature staleness.
         
        .google.protobuf.Timestamp entity_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;