public static interface FeatureSetProto.FeatureSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels for user defined metadata on a feature
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels for user defined metadata on a feature
|
Map<String,String> |
getLabelsMap()
Labels for user defined metadata on a feature
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels for user defined metadata on a feature
|
String |
getLabelsOrThrow(String key)
Labels for user defined metadata on a feature
|
String |
getName()
Name of the feature.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the feature.
|
ValueProto.ValueType.Enum |
getValueType()
Value type of the feature.
|
int |
getValueTypeValue()
Value type of the feature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the feature.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the feature.
string name = 1;int getValueTypeValue()
Value type of the feature.
.feast.types.ValueType.Enum value_type = 2;ValueProto.ValueType.Enum getValueType()
Value type of the feature.
.feast.types.ValueType.Enum value_type = 2;int getLabelsCount()
Labels for user defined metadata on a feature
map<string, string> labels = 16;boolean containsLabels(String key)
Labels for user defined metadata on a feature
map<string, string> labels = 16;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels for user defined metadata on a feature
map<string, string> labels = 16;String getLabelsOrDefault(String key, String defaultValue)
Labels for user defined metadata on a feature
map<string, string> labels = 16;Copyright © 2020 Gojek. All rights reserved.