public static interface FeatureSetProto.FeatureSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureSetProto.FeatureSetMeta |
getMeta()
System-populated metadata for this feature set.
|
FeatureSetProto.FeatureSetMetaOrBuilder |
getMetaOrBuilder()
System-populated metadata for this feature set.
|
FeatureSetProto.FeatureSetSpec |
getSpec()
User-specified specifications of this feature set.
|
FeatureSetProto.FeatureSetSpecOrBuilder |
getSpecOrBuilder()
User-specified specifications of this feature set.
|
boolean |
hasMeta()
System-populated metadata for this feature set.
|
boolean |
hasSpec()
User-specified specifications of this feature set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSpec()
User-specified specifications of this feature set.
.feast.core.FeatureSetSpec spec = 1;FeatureSetProto.FeatureSetSpec getSpec()
User-specified specifications of this feature set.
.feast.core.FeatureSetSpec spec = 1;FeatureSetProto.FeatureSetSpecOrBuilder getSpecOrBuilder()
User-specified specifications of this feature set.
.feast.core.FeatureSetSpec spec = 1;boolean hasMeta()
System-populated metadata for this feature set.
.feast.core.FeatureSetMeta meta = 2;FeatureSetProto.FeatureSetMeta getMeta()
System-populated metadata for this feature set.
.feast.core.FeatureSetMeta meta = 2;FeatureSetProto.FeatureSetMetaOrBuilder getMetaOrBuilder()
System-populated metadata for this feature set.
.feast.core.FeatureSetMeta meta = 2;Copyright © 2020 Gojek. All rights reserved.