public static interface ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFields(String key)
Map containing mapping of entity name to entity value.
|
com.google.protobuf.Timestamp |
getEntityTimestamp()
Request timestamp of this row.
|
com.google.protobuf.TimestampOrBuilder |
getEntityTimestampOrBuilder()
Request timestamp of this row.
|
Map<String,ValueProto.Value> |
getFields()
Deprecated.
|
int |
getFieldsCount()
Map containing mapping of entity name to entity value.
|
Map<String,ValueProto.Value> |
getFieldsMap()
Map containing mapping of entity name to entity value.
|
ValueProto.Value |
getFieldsOrDefault(String key,
ValueProto.Value defaultValue)
Map containing mapping of entity name to entity value.
|
ValueProto.Value |
getFieldsOrThrow(String key)
Map containing mapping of entity name to entity value.
|
boolean |
hasEntityTimestamp()
Request timestamp of this row.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntityTimestamp()
Request timestamp of this row. This value will be used, together with maxAge, to determine feature staleness.
.google.protobuf.Timestamp entity_timestamp = 1;com.google.protobuf.Timestamp getEntityTimestamp()
Request timestamp of this row. This value will be used, together with maxAge, to determine feature staleness.
.google.protobuf.Timestamp entity_timestamp = 1;com.google.protobuf.TimestampOrBuilder getEntityTimestampOrBuilder()
Request timestamp of this row. This value will be used, together with maxAge, to determine feature staleness.
.google.protobuf.Timestamp entity_timestamp = 1;int getFieldsCount()
Map containing mapping of entity name to entity value.
map<string, .feast.types.Value> fields = 2;boolean containsFields(String key)
Map containing mapping of entity name to entity value.
map<string, .feast.types.Value> fields = 2;@Deprecated Map<String,ValueProto.Value> getFields()
getFieldsMap() instead.Map<String,ValueProto.Value> getFieldsMap()
Map containing mapping of entity name to entity value.
map<string, .feast.types.Value> fields = 2;ValueProto.Value getFieldsOrDefault(String key, ValueProto.Value defaultValue)
Map containing mapping of entity name to entity value.
map<string, .feast.types.Value> fields = 2;ValueProto.Value getFieldsOrThrow(String key)
Map containing mapping of entity name to entity value.
map<string, .feast.types.Value> fields = 2;Copyright © 2020 Gojek. All rights reserved.