We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5140f69 commit 6e51785Copy full SHA for 6e51785
1 file changed
protos/feast/serving/ServingService.proto
@@ -120,6 +120,9 @@ message GetFeaturesRequest {
120
message EntityDatasetRow {
121
// entity_timestamp is the upper bound of the timestamp range over
122
// which the feature values should be retrieved.
123
+ //
124
+ // For online serving entity_timestamp is optional (ignored), as the
125
+ // latest is always retrieved.
126
//
127
// The timestamp range is defined as follows:
128
// entity_timestamp - max_age <= event_timestamp < entity_timestamp
0 commit comments