public static interface FeatureSetProto.FeatureSetSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureSetProto.EntitySpec |
getEntities(int index)
List of entities contained within this featureSet.
|
int |
getEntitiesCount()
List of entities contained within this featureSet.
|
List<FeatureSetProto.EntitySpec> |
getEntitiesList()
List of entities contained within this featureSet.
|
FeatureSetProto.EntitySpecOrBuilder |
getEntitiesOrBuilder(int index)
List of entities contained within this featureSet.
|
List<? extends FeatureSetProto.EntitySpecOrBuilder> |
getEntitiesOrBuilderList()
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSpec |
getFeatures(int index)
List of features contained within this featureSet.
|
int |
getFeaturesCount()
List of features contained within this featureSet.
|
List<FeatureSetProto.FeatureSpec> |
getFeaturesList()
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSpecOrBuilder |
getFeaturesOrBuilder(int index)
List of features contained within this featureSet.
|
List<? extends FeatureSetProto.FeatureSpecOrBuilder> |
getFeaturesOrBuilderList()
List of features contained within this featureSet.
|
com.google.protobuf.Duration |
getMaxAge()
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
com.google.protobuf.DurationOrBuilder |
getMaxAgeOrBuilder()
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
String |
getName()
Name of the featureSet.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the featureSet.
|
SourceProto.Source |
getSource()
Optional.
|
SourceProto.SourceOrBuilder |
getSourceOrBuilder()
Optional.
|
int |
getVersion()
FeatureSet version.
|
boolean |
hasMaxAge()
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
boolean |
hasSource()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the featureSet. Must be unique.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the featureSet. Must be unique.
string name = 1;int getVersion()
FeatureSet version.
int32 version = 2;List<FeatureSetProto.EntitySpec> getEntitiesList()
List of entities contained within this featureSet. This allows the feature to be used during joins between feature sets. If the featureSet is ingested into a store that supports keys, this value will be made a key.
repeated .feast.core.EntitySpec entities = 3;FeatureSetProto.EntitySpec getEntities(int index)
List of entities contained within this featureSet. This allows the feature to be used during joins between feature sets. If the featureSet is ingested into a store that supports keys, this value will be made a key.
repeated .feast.core.EntitySpec entities = 3;int getEntitiesCount()
List of entities contained within this featureSet. This allows the feature to be used during joins between feature sets. If the featureSet is ingested into a store that supports keys, this value will be made a key.
repeated .feast.core.EntitySpec entities = 3;List<? extends FeatureSetProto.EntitySpecOrBuilder> getEntitiesOrBuilderList()
List of entities contained within this featureSet. This allows the feature to be used during joins between feature sets. If the featureSet is ingested into a store that supports keys, this value will be made a key.
repeated .feast.core.EntitySpec entities = 3;FeatureSetProto.EntitySpecOrBuilder getEntitiesOrBuilder(int index)
List of entities contained within this featureSet. This allows the feature to be used during joins between feature sets. If the featureSet is ingested into a store that supports keys, this value will be made a key.
repeated .feast.core.EntitySpec entities = 3;List<FeatureSetProto.FeatureSpec> getFeaturesList()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;FeatureSetProto.FeatureSpec getFeatures(int index)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;int getFeaturesCount()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;List<? extends FeatureSetProto.FeatureSpecOrBuilder> getFeaturesOrBuilderList()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;FeatureSetProto.FeatureSpecOrBuilder getFeaturesOrBuilder(int index)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;boolean hasMaxAge()
Features in this feature set will only be retrieved if they are found after [time - max_age]. Missing or older feature values will be returned as nulls and indicated to end user
.google.protobuf.Duration max_age = 5;com.google.protobuf.Duration getMaxAge()
Features in this feature set will only be retrieved if they are found after [time - max_age]. Missing or older feature values will be returned as nulls and indicated to end user
.google.protobuf.Duration max_age = 5;com.google.protobuf.DurationOrBuilder getMaxAgeOrBuilder()
Features in this feature set will only be retrieved if they are found after [time - max_age]. Missing or older feature values will be returned as nulls and indicated to end user
.google.protobuf.Duration max_age = 5;boolean hasSource()
Optional. Source on which feature rows can be found. If not set, source will be set to the default value configured in Feast Core.
.feast.core.Source source = 6;SourceProto.Source getSource()
Optional. Source on which feature rows can be found. If not set, source will be set to the default value configured in Feast Core.
.feast.core.Source source = 6;SourceProto.SourceOrBuilder getSourceOrBuilder()
Optional. Source on which feature rows can be found. If not set, source will be set to the default value configured in Feast Core.
.feast.core.Source source = 6;Copyright © 2020 Gojek. All rights reserved.