the-algorithm/follow-recommendations-service/thrift/src/main/thrift/follow_recommendations_serv...

10 lines
519 B
Thrift

namespace java com.twitter.follow_recommendations.thriftjava
#@namespace scala com.twitter.follow_recommendations.thriftscala
#@namespace strato com.twitter.follow_recommendations
// struct used for storing the history of computing and serving of recommendations to a user
struct FollowRecommendationsServingHistory {
1: required i64 lastComputationTimeMs (personalDataType = 'PrivateTimestamp')
2: required i64 lastServingTimeMs (personalDataType = 'PrivateTimestamp')
}(persisted='true', hasPersonalData='true')