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.FeatureSpec> features = 1;Map<String,FeatureSetProto.FeatureSpec>getFeatures()Deprecated.intgetFeaturesCount()map<string, .feast.core.FeatureSpec> features = 1;Map<String,FeatureSetProto.FeatureSpec>getFeaturesMap()map<string, .feast.core.FeatureSpec> features = 1;FeatureSetProto.FeatureSpecgetFeaturesOrDefault(String key, FeatureSetProto.FeatureSpec defaultValue)map<string, .feast.core.FeatureSpec> features = 1;FeatureSetProto.FeatureSpecgetFeaturesOrThrow(String key)map<string, .feast.core.FeatureSpec> features = 1;-
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.FeatureSpec> features = 1;
-
containsFeatures
boolean containsFeatures(String key)
map<string, .feast.core.FeatureSpec> features = 1;
-
getFeatures
@Deprecated Map<String,FeatureSetProto.FeatureSpec> getFeatures()
Deprecated.UsegetFeaturesMap()instead.
-
getFeaturesMap
Map<String,FeatureSetProto.FeatureSpec> getFeaturesMap()
map<string, .feast.core.FeatureSpec> features = 1;
-
getFeaturesOrDefault
FeatureSetProto.FeatureSpec getFeaturesOrDefault(String key, FeatureSetProto.FeatureSpec defaultValue)
map<string, .feast.core.FeatureSpec> features = 1;
-
getFeaturesOrThrow
FeatureSetProto.FeatureSpec getFeaturesOrThrow(String key)
map<string, .feast.core.FeatureSpec> features = 1;
-
-