public static interface FeatureSetProto.FeatureSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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;Copyright © 2020 Gojek. All rights reserved.