Package feast.proto.serving
Interface ServingAPIProto.FeatureReferenceV2OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServingAPIProto.FeatureReferenceV2,ServingAPIProto.FeatureReferenceV2.Builder
- Enclosing class:
- ServingAPIProto
public static interface ServingAPIProto.FeatureReferenceV2OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeatureName()Name of the Feature to retrieve the feature from.com.google.protobuf.ByteStringgetFeatureNameBytes()Name of the Feature to retrieve the feature from.StringgetFeatureViewName()Name of the Feature View to retrieve the feature from.com.google.protobuf.ByteStringgetFeatureViewNameBytes()Name of the Feature View to retrieve the feature from.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeatureViewName
String getFeatureViewName()
Name of the Feature View to retrieve the feature from.
string feature_view_name = 1;- Returns:
- The featureViewName.
-
getFeatureViewNameBytes
com.google.protobuf.ByteString getFeatureViewNameBytes()
Name of the Feature View to retrieve the feature from.
string feature_view_name = 1;- Returns:
- The bytes for featureViewName.
-
getFeatureName
String getFeatureName()
Name of the Feature to retrieve the feature from.
string feature_name = 2;- Returns:
- The featureName.
-
getFeatureNameBytes
com.google.protobuf.ByteString getFeatureNameBytes()
Name of the Feature to retrieve the feature from.
string feature_name = 2;- Returns:
- The bytes for featureName.
-
-