Package feast.proto.core
Interface FeatureSetProto.FeatureSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureSetProto.FeatureSet,FeatureSetProto.FeatureSet.Builder
- Enclosing class:
- FeatureSetProto
public static interface FeatureSetProto.FeatureSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureSetProto.FeatureSetMetagetMeta()System-populated metadata for this feature set.FeatureSetProto.FeatureSetMetaOrBuildergetMetaOrBuilder()System-populated metadata for this feature set.FeatureSetProto.FeatureSetSpecgetSpec()User-specified specifications of this feature set.FeatureSetProto.FeatureSetSpecOrBuildergetSpecOrBuilder()User-specified specifications of this feature set.booleanhasMeta()System-populated metadata for this feature set.booleanhasSpec()User-specified specifications of this feature set.-
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 set.
.feast.core.FeatureSetSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
FeatureSetProto.FeatureSetSpec getSpec()
User-specified specifications of this feature set.
.feast.core.FeatureSetSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
FeatureSetProto.FeatureSetSpecOrBuilder getSpecOrBuilder()
User-specified specifications of this feature set.
.feast.core.FeatureSetSpec spec = 1;
-
hasMeta
boolean hasMeta()
System-populated metadata for this feature set.
.feast.core.FeatureSetMeta meta = 2;- Returns:
- Whether the meta field is set.
-
getMeta
FeatureSetProto.FeatureSetMeta getMeta()
System-populated metadata for this feature set.
.feast.core.FeatureSetMeta meta = 2;- Returns:
- The meta.
-
getMetaOrBuilder
FeatureSetProto.FeatureSetMetaOrBuilder getMetaOrBuilder()
System-populated metadata for this feature set.
.feast.core.FeatureSetMeta meta = 2;
-
-