Package feast.proto.core
Interface FeatureViewProto.FeatureViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureViewProto.FeatureView,FeatureViewProto.FeatureView.Builder
- Enclosing class:
- FeatureViewProto
public static interface FeatureViewProto.FeatureViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureViewProto.FeatureViewMetagetMeta()System-populated metadata for this feature view.FeatureViewProto.FeatureViewMetaOrBuildergetMetaOrBuilder()System-populated metadata for this feature view.FeatureViewProto.FeatureViewSpecgetSpec()User-specified specifications of this feature view.FeatureViewProto.FeatureViewSpecOrBuildergetSpecOrBuilder()User-specified specifications of this feature view.booleanhasMeta()System-populated metadata for this feature view.booleanhasSpec()User-specified specifications of this feature view.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSpec
boolean hasSpec()
User-specified specifications of this feature view.
.feast.core.FeatureViewSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
FeatureViewProto.FeatureViewSpec getSpec()
User-specified specifications of this feature view.
.feast.core.FeatureViewSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
FeatureViewProto.FeatureViewSpecOrBuilder getSpecOrBuilder()
User-specified specifications of this feature view.
.feast.core.FeatureViewSpec spec = 1;
-
hasMeta
boolean hasMeta()
System-populated metadata for this feature view.
.feast.core.FeatureViewMeta meta = 2;- Returns:
- Whether the meta field is set.
-
getMeta
FeatureViewProto.FeatureViewMeta getMeta()
System-populated metadata for this feature view.
.feast.core.FeatureViewMeta meta = 2;- Returns:
- The meta.
-
getMetaOrBuilder
FeatureViewProto.FeatureViewMetaOrBuilder getMetaOrBuilder()
System-populated metadata for this feature view.
.feast.core.FeatureViewMeta meta = 2;
-
-