public static final class FeatureSetProto.FeatureSetSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder> implements FeatureSetProto.FeatureSetSpecOrBuilder
feast.core.FeatureSetSpec| Modifier and Type | Method and Description |
|---|---|
FeatureSetProto.FeatureSetSpec.Builder |
addAllEntities(Iterable<? extends FeatureSetProto.EntitySpec> values)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addAllFeatures(Iterable<? extends FeatureSetProto.FeatureSpec> values)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addEntities(FeatureSetProto.EntitySpec.Builder builderForValue)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addEntities(FeatureSetProto.EntitySpec value)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addEntities(int index,
FeatureSetProto.EntitySpec.Builder builderForValue)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addEntities(int index,
FeatureSetProto.EntitySpec value)
List of entities contained within this featureSet.
|
FeatureSetProto.EntitySpec.Builder |
addEntitiesBuilder()
List of entities contained within this featureSet.
|
FeatureSetProto.EntitySpec.Builder |
addEntitiesBuilder(int index)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addFeatures(FeatureSetProto.FeatureSpec.Builder builderForValue)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addFeatures(FeatureSetProto.FeatureSpec value)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addFeatures(int index,
FeatureSetProto.FeatureSpec.Builder builderForValue)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addFeatures(int index,
FeatureSetProto.FeatureSpec value)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSpec.Builder |
addFeaturesBuilder()
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSpec.Builder |
addFeaturesBuilder(int index)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FeatureSetProto.FeatureSetSpec |
build() |
FeatureSetProto.FeatureSetSpec |
buildPartial() |
FeatureSetProto.FeatureSetSpec.Builder |
clear() |
FeatureSetProto.FeatureSetSpec.Builder |
clearEntities()
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
clearFeatures()
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FeatureSetProto.FeatureSetSpec.Builder |
clearMaxAge()
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
FeatureSetProto.FeatureSetSpec.Builder |
clearName()
Name of the feature set.
|
FeatureSetProto.FeatureSetSpec.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FeatureSetProto.FeatureSetSpec.Builder |
clearProject()
Name of project that this feature set belongs to.
|
FeatureSetProto.FeatureSetSpec.Builder |
clearSource()
Optional.
|
FeatureSetProto.FeatureSetSpec.Builder |
clearVersion()
Feature set version.
|
FeatureSetProto.FeatureSetSpec.Builder |
clone() |
FeatureSetProto.FeatureSetSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FeatureSetProto.EntitySpec |
getEntities(int index)
List of entities contained within this featureSet.
|
FeatureSetProto.EntitySpec.Builder |
getEntitiesBuilder(int index)
List of entities contained within this featureSet.
|
List<FeatureSetProto.EntitySpec.Builder> |
getEntitiesBuilderList()
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.
|
FeatureSetProto.FeatureSpec.Builder |
getFeaturesBuilder(int index)
List of features contained within this featureSet.
|
List<FeatureSetProto.FeatureSpec.Builder> |
getFeaturesBuilderList()
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.Duration.Builder |
getMaxAgeBuilder()
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 feature set.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the feature set.
|
String |
getProject()
Name of project that this feature set belongs to.
|
com.google.protobuf.ByteString |
getProjectBytes()
Name of project that this feature set belongs to.
|
SourceProto.Source |
getSource()
Optional.
|
SourceProto.Source.Builder |
getSourceBuilder()
Optional.
|
SourceProto.SourceOrBuilder |
getSourceOrBuilder()
Optional.
|
int |
getVersion()
Feature set version.
|
boolean |
hasMaxAge()
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
boolean |
hasSource()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FeatureSetProto.FeatureSetSpec.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FeatureSetProto.FeatureSetSpec.Builder |
mergeFrom(FeatureSetProto.FeatureSetSpec other) |
FeatureSetProto.FeatureSetSpec.Builder |
mergeFrom(com.google.protobuf.Message other) |
FeatureSetProto.FeatureSetSpec.Builder |
mergeMaxAge(com.google.protobuf.Duration value)
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
FeatureSetProto.FeatureSetSpec.Builder |
mergeSource(SourceProto.Source value)
Optional.
|
FeatureSetProto.FeatureSetSpec.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FeatureSetProto.FeatureSetSpec.Builder |
removeEntities(int index)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
removeFeatures(int index)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
setEntities(int index,
FeatureSetProto.EntitySpec.Builder builderForValue)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
setEntities(int index,
FeatureSetProto.EntitySpec value)
List of entities contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
setFeatures(int index,
FeatureSetProto.FeatureSpec.Builder builderForValue)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
setFeatures(int index,
FeatureSetProto.FeatureSpec value)
List of features contained within this featureSet.
|
FeatureSetProto.FeatureSetSpec.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FeatureSetProto.FeatureSetSpec.Builder |
setMaxAge(com.google.protobuf.Duration.Builder builderForValue)
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
FeatureSetProto.FeatureSetSpec.Builder |
setMaxAge(com.google.protobuf.Duration value)
Features in this feature set will only be retrieved if they are found
after [time - max_age].
|
FeatureSetProto.FeatureSetSpec.Builder |
setName(String value)
Name of the feature set.
|
FeatureSetProto.FeatureSetSpec.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name of the feature set.
|
FeatureSetProto.FeatureSetSpec.Builder |
setProject(String value)
Name of project that this feature set belongs to.
|
FeatureSetProto.FeatureSetSpec.Builder |
setProjectBytes(com.google.protobuf.ByteString value)
Name of project that this feature set belongs to.
|
FeatureSetProto.FeatureSetSpec.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FeatureSetProto.FeatureSetSpec.Builder |
setSource(SourceProto.Source.Builder builderForValue)
Optional.
|
FeatureSetProto.FeatureSetSpec.Builder |
setSource(SourceProto.Source value)
Optional.
|
FeatureSetProto.FeatureSetSpec.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FeatureSetProto.FeatureSetSpec.Builder |
setVersion(int value)
Feature set version.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FeatureSetProto.FeatureSetSpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FeatureSetProto.FeatureSetSpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FeatureSetProto.FeatureSetSpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder mergeFrom(FeatureSetProto.FeatureSetSpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public FeatureSetProto.FeatureSetSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureSetProto.FeatureSetSpec.Builder>IOExceptionpublic String getProject()
Name of project that this feature set belongs to.
string project = 7;getProject in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic com.google.protobuf.ByteString getProjectBytes()
Name of project that this feature set belongs to.
string project = 7;getProjectBytes in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSetSpec.Builder setProject(String value)
Name of project that this feature set belongs to.
string project = 7;value - The project to set.public FeatureSetProto.FeatureSetSpec.Builder clearProject()
Name of project that this feature set belongs to.
string project = 7;public FeatureSetProto.FeatureSetSpec.Builder setProjectBytes(com.google.protobuf.ByteString value)
Name of project that this feature set belongs to.
string project = 7;value - The bytes for project to set.public String getName()
Name of the feature set. Must be unique.
string name = 1;getName in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the feature set. Must be unique.
string name = 1;getNameBytes in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSetSpec.Builder setName(String value)
Name of the feature set. Must be unique.
string name = 1;value - The name to set.public FeatureSetProto.FeatureSetSpec.Builder clearName()
Name of the feature set. Must be unique.
string name = 1;public FeatureSetProto.FeatureSetSpec.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the feature set. Must be unique.
string name = 1;value - The bytes for name to set.public int getVersion()
Feature set version.
int32 version = 2;getVersion in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSetSpec.Builder setVersion(int value)
Feature set version.
int32 version = 2;value - The version to set.public FeatureSetProto.FeatureSetSpec.Builder clearVersion()
Feature set version.
int32 version = 2;public 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;getEntitiesList in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic 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;getEntitiesCount in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic 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;getEntities in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSetSpec.Builder setEntities(int index, FeatureSetProto.EntitySpec value)
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;public FeatureSetProto.FeatureSetSpec.Builder setEntities(int index, FeatureSetProto.EntitySpec.Builder builderForValue)
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;public FeatureSetProto.FeatureSetSpec.Builder addEntities(FeatureSetProto.EntitySpec value)
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;public FeatureSetProto.FeatureSetSpec.Builder addEntities(int index, FeatureSetProto.EntitySpec value)
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;public FeatureSetProto.FeatureSetSpec.Builder addEntities(FeatureSetProto.EntitySpec.Builder builderForValue)
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;public FeatureSetProto.FeatureSetSpec.Builder addEntities(int index, FeatureSetProto.EntitySpec.Builder builderForValue)
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;public FeatureSetProto.FeatureSetSpec.Builder addAllEntities(Iterable<? extends FeatureSetProto.EntitySpec> values)
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;public FeatureSetProto.FeatureSetSpec.Builder clearEntities()
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;public FeatureSetProto.FeatureSetSpec.Builder removeEntities(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;public FeatureSetProto.EntitySpec.Builder getEntitiesBuilder(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;public 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;getEntitiesOrBuilder in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic 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;getEntitiesOrBuilderList in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.EntitySpec.Builder addEntitiesBuilder()
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;public FeatureSetProto.EntitySpec.Builder addEntitiesBuilder(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;public List<FeatureSetProto.EntitySpec.Builder> getEntitiesBuilderList()
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;public List<FeatureSetProto.FeatureSpec> getFeaturesList()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;getFeaturesList in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic int getFeaturesCount()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;getFeaturesCount in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSpec getFeatures(int index)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;getFeatures in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSetSpec.Builder setFeatures(int index, FeatureSetProto.FeatureSpec value)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder setFeatures(int index, FeatureSetProto.FeatureSpec.Builder builderForValue)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder addFeatures(FeatureSetProto.FeatureSpec value)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder addFeatures(int index, FeatureSetProto.FeatureSpec value)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder addFeatures(FeatureSetProto.FeatureSpec.Builder builderForValue)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder addFeatures(int index, FeatureSetProto.FeatureSpec.Builder builderForValue)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder addAllFeatures(Iterable<? extends FeatureSetProto.FeatureSpec> values)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder clearFeatures()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSetSpec.Builder removeFeatures(int index)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSpec.Builder getFeaturesBuilder(int index)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSpecOrBuilder getFeaturesOrBuilder(int index)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;getFeaturesOrBuilder in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic List<? extends FeatureSetProto.FeatureSpecOrBuilder> getFeaturesOrBuilderList()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;getFeaturesOrBuilderList in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSpec.Builder addFeaturesBuilder()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public FeatureSetProto.FeatureSpec.Builder addFeaturesBuilder(int index)
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public List<FeatureSetProto.FeatureSpec.Builder> getFeaturesBuilderList()
List of features contained within this featureSet.
repeated .feast.core.FeatureSpec features = 4;public 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;hasMaxAge in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic 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;getMaxAge in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSetSpec.Builder setMaxAge(com.google.protobuf.Duration value)
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;public FeatureSetProto.FeatureSetSpec.Builder setMaxAge(com.google.protobuf.Duration.Builder builderForValue)
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;public FeatureSetProto.FeatureSetSpec.Builder mergeMaxAge(com.google.protobuf.Duration value)
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;public FeatureSetProto.FeatureSetSpec.Builder clearMaxAge()
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;public com.google.protobuf.Duration.Builder getMaxAgeBuilder()
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;public 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;getMaxAgeOrBuilder in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic 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;hasSource in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic 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;getSource in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic FeatureSetProto.FeatureSetSpec.Builder setSource(SourceProto.Source value)
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;public FeatureSetProto.FeatureSetSpec.Builder setSource(SourceProto.Source.Builder builderForValue)
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;public FeatureSetProto.FeatureSetSpec.Builder mergeSource(SourceProto.Source value)
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;public FeatureSetProto.FeatureSetSpec.Builder clearSource()
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;public SourceProto.Source.Builder getSourceBuilder()
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;public 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;getSourceOrBuilder in interface FeatureSetProto.FeatureSetSpecOrBuilderpublic final FeatureSetProto.FeatureSetSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>public final FeatureSetProto.FeatureSetSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetSpec.Builder>Copyright © 2020 Gojek. All rights reserved.