Package feast.proto.core
Interface CoreServiceProto.ListFeaturesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.ListFeaturesResponse,CoreServiceProto.ListFeaturesResponse.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.ListFeaturesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsFeatures(String key)map<string, .feast.core.FeatureSpecV2> features = 2;Map<String,FeatureProto.FeatureSpecV2>getFeatures()Deprecated.intgetFeaturesCount()map<string, .feast.core.FeatureSpecV2> features = 2;Map<String,FeatureProto.FeatureSpecV2>getFeaturesMap()map<string, .feast.core.FeatureSpecV2> features = 2;FeatureProto.FeatureSpecV2getFeaturesOrDefault(String key, FeatureProto.FeatureSpecV2 defaultValue)map<string, .feast.core.FeatureSpecV2> features = 2;FeatureProto.FeatureSpecV2getFeaturesOrThrow(String key)map<string, .feast.core.FeatureSpecV2> features = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeaturesCount
int getFeaturesCount()
map<string, .feast.core.FeatureSpecV2> features = 2;
-
containsFeatures
boolean containsFeatures(String key)
map<string, .feast.core.FeatureSpecV2> features = 2;
-
getFeatures
@Deprecated Map<String,FeatureProto.FeatureSpecV2> getFeatures()
Deprecated.UsegetFeaturesMap()instead.
-
getFeaturesMap
Map<String,FeatureProto.FeatureSpecV2> getFeaturesMap()
map<string, .feast.core.FeatureSpecV2> features = 2;
-
getFeaturesOrDefault
FeatureProto.FeatureSpecV2 getFeaturesOrDefault(String key, FeatureProto.FeatureSpecV2 defaultValue)
map<string, .feast.core.FeatureSpecV2> features = 2;
-
getFeaturesOrThrow
FeatureProto.FeatureSpecV2 getFeaturesOrThrow(String key)
map<string, .feast.core.FeatureSpecV2> features = 2;
-
-