public static interface FeatureRowProto.FeatureRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEventTimestamp()
Timestamp of the feature row.
|
com.google.protobuf.TimestampOrBuilder |
getEventTimestampOrBuilder()
Timestamp of the feature row.
|
String |
getFeatureSet()
Complete reference to the featureSet this featureRow belongs to, in the form of
<project>/<feature-set-name>:<version>.
|
com.google.protobuf.ByteString |
getFeatureSetBytes()
Complete reference to the featureSet this featureRow belongs to, in the form of
<project>/<feature-set-name>:<version>.
|
FieldProto.Field |
getFields(int index)
Fields in the feature row.
|
int |
getFieldsCount()
Fields in the feature row.
|
List<FieldProto.Field> |
getFieldsList()
Fields in the feature row.
|
FieldProto.FieldOrBuilder |
getFieldsOrBuilder(int index)
Fields in the feature row.
|
List<? extends FieldProto.FieldOrBuilder> |
getFieldsOrBuilderList()
Fields in the feature row.
|
boolean |
hasEventTimestamp()
Timestamp of the feature row.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FieldProto.Field> getFieldsList()
Fields in the feature row.
repeated .feast.types.Field fields = 2;FieldProto.Field getFields(int index)
Fields in the feature row.
repeated .feast.types.Field fields = 2;int getFieldsCount()
Fields in the feature row.
repeated .feast.types.Field fields = 2;List<? extends FieldProto.FieldOrBuilder> getFieldsOrBuilderList()
Fields in the feature row.
repeated .feast.types.Field fields = 2;FieldProto.FieldOrBuilder getFieldsOrBuilder(int index)
Fields in the feature row.
repeated .feast.types.Field fields = 2;boolean hasEventTimestamp()
Timestamp of the feature row. While the actual definition of this timestamp may vary depending on the upstream feature creation pipelines, this is the timestamp that Feast will use to perform joins, determine latest values, and coalesce rows.
.google.protobuf.Timestamp event_timestamp = 3;com.google.protobuf.Timestamp getEventTimestamp()
Timestamp of the feature row. While the actual definition of this timestamp may vary depending on the upstream feature creation pipelines, this is the timestamp that Feast will use to perform joins, determine latest values, and coalesce rows.
.google.protobuf.Timestamp event_timestamp = 3;com.google.protobuf.TimestampOrBuilder getEventTimestampOrBuilder()
Timestamp of the feature row. While the actual definition of this timestamp may vary depending on the upstream feature creation pipelines, this is the timestamp that Feast will use to perform joins, determine latest values, and coalesce rows.
.google.protobuf.Timestamp event_timestamp = 3;String getFeatureSet()
Complete reference to the featureSet this featureRow belongs to, in the form of <project>/<feature-set-name>:<version>. This value will be used by the feast ingestion job to filter rows, and write the values to the correct tables.
string feature_set = 6;com.google.protobuf.ByteString getFeatureSetBytes()
Complete reference to the featureSet this featureRow belongs to, in the form of <project>/<feature-set-name>:<version>. This value will be used by the feast ingestion job to filter rows, and write the values to the correct tables.
string feature_set = 6;Copyright © 2020 Gojek. All rights reserved.