Package feast.proto.core
Interface OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnDemandFeatureViewProto.OnDemandFeatureViewSpec,OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
- Enclosing class:
- OnDemandFeatureViewProto
public static interface OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsSources(String key)Map of sources for this feature view.booleancontainsTags(String key)User defined metadata.StringgetDescription()Description of the on demand feature view.com.google.protobuf.ByteStringgetDescriptionBytes()Description of the on demand feature view.FeatureProto.FeatureSpecV2getFeatures(int index)List of features specifications for each feature defined with this feature view.intgetFeaturesCount()List of features specifications for each feature defined with this feature view.List<FeatureProto.FeatureSpecV2>getFeaturesList()List of features specifications for each feature defined with this feature view.FeatureProto.FeatureSpecV2OrBuildergetFeaturesOrBuilder(int index)List of features specifications for each feature defined with this feature view.List<? extends FeatureProto.FeatureSpecV2OrBuilder>getFeaturesOrBuilderList()List of features specifications for each feature defined with this feature view.FeatureTransformationProto.FeatureTransformationV2getFeatureTransformation()Oneof with {user_defined_function, on_demand_substrait_transformation}FeatureTransformationProto.FeatureTransformationV2OrBuildergetFeatureTransformationOrBuilder()Oneof with {user_defined_function, on_demand_substrait_transformation}StringgetMode()string mode = 11;com.google.protobuf.ByteStringgetModeBytes()string mode = 11;StringgetName()Name of the feature view.com.google.protobuf.ByteStringgetNameBytes()Name of the feature view.StringgetOwner()Owner of the on demand feature view.com.google.protobuf.ByteStringgetOwnerBytes()Owner of the on demand feature view.StringgetProject()Name of Feast project that this feature view belongs to.com.google.protobuf.ByteStringgetProjectBytes()Name of Feast project that this feature view belongs to.Map<String,OnDemandFeatureViewProto.OnDemandSource>getSources()Deprecated.intgetSourcesCount()Map of sources for this feature view.Map<String,OnDemandFeatureViewProto.OnDemandSource>getSourcesMap()Map of sources for this feature view.OnDemandFeatureViewProto.OnDemandSourcegetSourcesOrDefault(String key, OnDemandFeatureViewProto.OnDemandSource defaultValue)Map of sources for this feature view.OnDemandFeatureViewProto.OnDemandSourcegetSourcesOrThrow(String key)Map of sources for this feature view.Map<String,String>getTags()Deprecated.intgetTagsCount()User defined metadata.Map<String,String>getTagsMap()User defined metadata.StringgetTagsOrDefault(String key, String defaultValue)User defined metadata.StringgetTagsOrThrow(String key)User defined metadata.OnDemandFeatureViewProto.UserDefinedFunctiongetUserDefinedFunction()Deprecated.OnDemandFeatureViewProto.UserDefinedFunctionOrBuildergetUserDefinedFunctionOrBuilder()Deprecated.booleanhasFeatureTransformation()Oneof with {user_defined_function, on_demand_substrait_transformation}booleanhasUserDefinedFunction()Deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the feature view. Must be unique. Not updated.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the feature view. Must be unique. Not updated.
string name = 1;- Returns:
- The bytes for name.
-
getProject
String getProject()
Name of Feast project that this feature view belongs to.
string project = 2;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Name of Feast project that this feature view belongs to.
string project = 2;- Returns:
- The bytes for project.
-
getFeaturesList
List<FeatureProto.FeatureSpecV2> getFeaturesList()
List of features specifications for each feature defined with this feature view.
repeated .feast.core.FeatureSpecV2 features = 3;
-
getFeatures
FeatureProto.FeatureSpecV2 getFeatures(int index)
List of features specifications for each feature defined with this feature view.
repeated .feast.core.FeatureSpecV2 features = 3;
-
getFeaturesCount
int getFeaturesCount()
List of features specifications for each feature defined with this feature view.
repeated .feast.core.FeatureSpecV2 features = 3;
-
getFeaturesOrBuilderList
List<? extends FeatureProto.FeatureSpecV2OrBuilder> getFeaturesOrBuilderList()
List of features specifications for each feature defined with this feature view.
repeated .feast.core.FeatureSpecV2 features = 3;
-
getFeaturesOrBuilder
FeatureProto.FeatureSpecV2OrBuilder getFeaturesOrBuilder(int index)
List of features specifications for each feature defined with this feature view.
repeated .feast.core.FeatureSpecV2 features = 3;
-
getSourcesCount
int getSourcesCount()
Map of sources for this feature view.
map<string, .feast.core.OnDemandSource> sources = 4;
-
containsSources
boolean containsSources(String key)
Map of sources for this feature view.
map<string, .feast.core.OnDemandSource> sources = 4;
-
getSources
@Deprecated Map<String,OnDemandFeatureViewProto.OnDemandSource> getSources()
Deprecated.UsegetSourcesMap()instead.
-
getSourcesMap
Map<String,OnDemandFeatureViewProto.OnDemandSource> getSourcesMap()
Map of sources for this feature view.
map<string, .feast.core.OnDemandSource> sources = 4;
-
getSourcesOrDefault
OnDemandFeatureViewProto.OnDemandSource getSourcesOrDefault(String key, OnDemandFeatureViewProto.OnDemandSource defaultValue)
Map of sources for this feature view.
map<string, .feast.core.OnDemandSource> sources = 4;
-
getSourcesOrThrow
OnDemandFeatureViewProto.OnDemandSource getSourcesOrThrow(String key)
Map of sources for this feature view.
map<string, .feast.core.OnDemandSource> sources = 4;
-
hasUserDefinedFunction
@Deprecated boolean hasUserDefinedFunction()
Deprecated..feast.core.UserDefinedFunction user_defined_function = 5 [deprecated = true];- Returns:
- Whether the userDefinedFunction field is set.
-
getUserDefinedFunction
@Deprecated OnDemandFeatureViewProto.UserDefinedFunction getUserDefinedFunction()
Deprecated..feast.core.UserDefinedFunction user_defined_function = 5 [deprecated = true];- Returns:
- The userDefinedFunction.
-
getUserDefinedFunctionOrBuilder
@Deprecated OnDemandFeatureViewProto.UserDefinedFunctionOrBuilder getUserDefinedFunctionOrBuilder()
Deprecated..feast.core.UserDefinedFunction user_defined_function = 5 [deprecated = true];
-
hasFeatureTransformation
boolean hasFeatureTransformation()
Oneof with {user_defined_function, on_demand_substrait_transformation}.feast.core.FeatureTransformationV2 feature_transformation = 10;- Returns:
- Whether the featureTransformation field is set.
-
getFeatureTransformation
FeatureTransformationProto.FeatureTransformationV2 getFeatureTransformation()
Oneof with {user_defined_function, on_demand_substrait_transformation}.feast.core.FeatureTransformationV2 feature_transformation = 10;- Returns:
- The featureTransformation.
-
getFeatureTransformationOrBuilder
FeatureTransformationProto.FeatureTransformationV2OrBuilder getFeatureTransformationOrBuilder()
Oneof with {user_defined_function, on_demand_substrait_transformation}.feast.core.FeatureTransformationV2 feature_transformation = 10;
-
getDescription
String getDescription()
Description of the on demand feature view.
string description = 6;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description of the on demand feature view.
string description = 6;- Returns:
- The bytes for description.
-
getTagsCount
int getTagsCount()
User defined metadata.
map<string, string> tags = 7;
-
containsTags
boolean containsTags(String key)
User defined metadata.
map<string, string> tags = 7;
-
getTags
@Deprecated Map<String,String> getTags()
Deprecated.UsegetTagsMap()instead.
-
getTagsOrDefault
String getTagsOrDefault(String key, String defaultValue)
User defined metadata.
map<string, string> tags = 7;
-
getTagsOrThrow
String getTagsOrThrow(String key)
User defined metadata.
map<string, string> tags = 7;
-
getOwner
String getOwner()
Owner of the on demand feature view.
string owner = 8;- Returns:
- The owner.
-
getOwnerBytes
com.google.protobuf.ByteString getOwnerBytes()
Owner of the on demand feature view.
string owner = 8;- Returns:
- The bytes for owner.
-
getMode
String getMode()
string mode = 11;- Returns:
- The mode.
-
getModeBytes
com.google.protobuf.ByteString getModeBytes()
string mode = 11;- Returns:
- The bytes for mode.
-
-