public static interface ServingAPIProto.GetOnlineFeaturesResponse.FieldValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFields(String key)
Map of feature or entity name to feature/entity values.
|
Map<String,ValueProto.Value> |
getFields()
Deprecated.
|
int |
getFieldsCount()
Map of feature or entity name to feature/entity values.
|
Map<String,ValueProto.Value> |
getFieldsMap()
Map of feature or entity name to feature/entity values.
|
ValueProto.Value |
getFieldsOrDefault(String key,
ValueProto.Value defaultValue)
Map of feature or entity name to feature/entity values.
|
ValueProto.Value |
getFieldsOrThrow(String key)
Map of feature or entity name to feature/entity values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFieldsCount()
Map of feature or entity name to feature/entity values. Timestamps are not returned in this response.
map<string, .feast.types.Value> fields = 1;boolean containsFields(String key)
Map of feature or entity name to feature/entity values. Timestamps are not returned in this response.
map<string, .feast.types.Value> fields = 1;@Deprecated Map<String,ValueProto.Value> getFields()
getFieldsMap() instead.Map<String,ValueProto.Value> getFieldsMap()
Map of feature or entity name to feature/entity values. Timestamps are not returned in this response.
map<string, .feast.types.Value> fields = 1;ValueProto.Value getFieldsOrDefault(String key, ValueProto.Value defaultValue)
Map of feature or entity name to feature/entity values. Timestamps are not returned in this response.
map<string, .feast.types.Value> fields = 1;ValueProto.Value getFieldsOrThrow(String key)
Map of feature or entity name to feature/entity values. Timestamps are not returned in this response.
map<string, .feast.types.Value> fields = 1;Copyright © 2020 Gojek. All rights reserved.