Package feast.proto.serving
Interface ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServingAPIProto.GetOnlineFeaturesRequest,ServingAPIProto.GetOnlineFeaturesRequest.Builder
- Enclosing class:
- ServingAPIProto
public static interface ServingAPIProto.GetOnlineFeaturesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsEntities(String key)The entity data is specified in a columnar format A map of entity name -> list of valuesbooleancontainsRequestContext(String key)Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of valuesMap<String,ValueProto.RepeatedValue>getEntities()Deprecated.intgetEntitiesCount()The entity data is specified in a columnar format A map of entity name -> list of valuesMap<String,ValueProto.RepeatedValue>getEntitiesMap()The entity data is specified in a columnar format A map of entity name -> list of valuesValueProto.RepeatedValuegetEntitiesOrDefault(String key, ValueProto.RepeatedValue defaultValue)The entity data is specified in a columnar format A map of entity name -> list of valuesValueProto.RepeatedValuegetEntitiesOrThrow(String key)The entity data is specified in a columnar format A map of entity name -> list of valuesServingAPIProto.FeatureListgetFeatures().feast.serving.FeatureList features = 2;StringgetFeatureService()string feature_service = 1;com.google.protobuf.ByteStringgetFeatureServiceBytes()string feature_service = 1;ServingAPIProto.FeatureListOrBuildergetFeaturesOrBuilder().feast.serving.FeatureList features = 2;booleangetFullFeatureNames()bool full_feature_names = 4;ServingAPIProto.GetOnlineFeaturesRequest.KindCasegetKindCase()Map<String,ValueProto.RepeatedValue>getRequestContext()Deprecated.intgetRequestContextCount()Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of valuesMap<String,ValueProto.RepeatedValue>getRequestContextMap()Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of valuesValueProto.RepeatedValuegetRequestContextOrDefault(String key, ValueProto.RepeatedValue defaultValue)Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of valuesValueProto.RepeatedValuegetRequestContextOrThrow(String key)Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of valuesbooleanhasFeatures().feast.serving.FeatureList features = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeatureService
String getFeatureService()
string feature_service = 1;- Returns:
- The featureService.
-
getFeatureServiceBytes
com.google.protobuf.ByteString getFeatureServiceBytes()
string feature_service = 1;- Returns:
- The bytes for featureService.
-
hasFeatures
boolean hasFeatures()
.feast.serving.FeatureList features = 2;- Returns:
- Whether the features field is set.
-
getFeatures
ServingAPIProto.FeatureList getFeatures()
.feast.serving.FeatureList features = 2;- Returns:
- The features.
-
getFeaturesOrBuilder
ServingAPIProto.FeatureListOrBuilder getFeaturesOrBuilder()
.feast.serving.FeatureList features = 2;
-
getEntitiesCount
int getEntitiesCount()
The entity data is specified in a columnar format A map of entity name -> list of values
map<string, .feast.types.RepeatedValue> entities = 3;
-
containsEntities
boolean containsEntities(String key)
The entity data is specified in a columnar format A map of entity name -> list of values
map<string, .feast.types.RepeatedValue> entities = 3;
-
getEntities
@Deprecated Map<String,ValueProto.RepeatedValue> getEntities()
Deprecated.UsegetEntitiesMap()instead.
-
getEntitiesMap
Map<String,ValueProto.RepeatedValue> getEntitiesMap()
The entity data is specified in a columnar format A map of entity name -> list of values
map<string, .feast.types.RepeatedValue> entities = 3;
-
getEntitiesOrDefault
ValueProto.RepeatedValue getEntitiesOrDefault(String key, ValueProto.RepeatedValue defaultValue)
The entity data is specified in a columnar format A map of entity name -> list of values
map<string, .feast.types.RepeatedValue> entities = 3;
-
getEntitiesOrThrow
ValueProto.RepeatedValue getEntitiesOrThrow(String key)
The entity data is specified in a columnar format A map of entity name -> list of values
map<string, .feast.types.RepeatedValue> entities = 3;
-
getFullFeatureNames
boolean getFullFeatureNames()
bool full_feature_names = 4;- Returns:
- The fullFeatureNames.
-
getRequestContextCount
int getRequestContextCount()
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
map<string, .feast.types.RepeatedValue> request_context = 5;
-
containsRequestContext
boolean containsRequestContext(String key)
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
map<string, .feast.types.RepeatedValue> request_context = 5;
-
getRequestContext
@Deprecated Map<String,ValueProto.RepeatedValue> getRequestContext()
Deprecated.UsegetRequestContextMap()instead.
-
getRequestContextMap
Map<String,ValueProto.RepeatedValue> getRequestContextMap()
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
map<string, .feast.types.RepeatedValue> request_context = 5;
-
getRequestContextOrDefault
ValueProto.RepeatedValue getRequestContextOrDefault(String key, ValueProto.RepeatedValue defaultValue)
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
map<string, .feast.types.RepeatedValue> request_context = 5;
-
getRequestContextOrThrow
ValueProto.RepeatedValue getRequestContextOrThrow(String key)
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
map<string, .feast.types.RepeatedValue> request_context = 5;
-
getKindCase
ServingAPIProto.GetOnlineFeaturesRequest.KindCase getKindCase()
-
-