We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f443560 commit 0409fafCopy full SHA for 0409faf
protos/feast/types/FeatureRow.proto
@@ -28,6 +28,7 @@ option go_package = "github.com/gojek/feast/protos/generated/go/feast/types";
28
message FeatureRow {
29
repeated Feature features = 2;
30
google.protobuf.Timestamp eventTimestamp = 3;
31
+ FeatureSet featureSet = 4;
32
message FeatureSet {
33
string name = 5;
34
int32 version = 6;
0 commit comments