Skip to content

Commit 6e51785

Browse files
committed
Update docs for entity_timestamp in ServingService.proto
1 parent 5140f69 commit 6e51785

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

protos/feast/serving/ServingService.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ message GetFeaturesRequest {
120120
message EntityDatasetRow {
121121
// entity_timestamp is the upper bound of the timestamp range over
122122
// which the feature values should be retrieved.
123+
//
124+
// For online serving entity_timestamp is optional (ignored), as the
125+
// latest is always retrieved.
123126
//
124127
// The timestamp range is defined as follows:
125128
// entity_timestamp - max_age <= event_timestamp < entity_timestamp

0 commit comments

Comments
 (0)