Uses of Class
feast.proto.core.FeatureProto.FeatureSpecV2
-
Packages that use FeatureProto.FeatureSpecV2 Package Description feast.proto.core -
-
Uses of FeatureProto.FeatureSpecV2 in feast.proto.core
Methods in feast.proto.core that return FeatureProto.FeatureSpecV2 Modifier and Type Method Description FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2.Builder. build()FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2.Builder. buildPartial()static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. getDefaultInstance()FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2.Builder. getDefaultInstanceForType()FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. getDefaultInstanceForType()FeatureProto.FeatureSpecV2FeatureTableProto.FeatureTableSpec.Builder. getFeatures(int index)List of features specifications for each feature defined with this feature table.FeatureProto.FeatureSpecV2FeatureTableProto.FeatureTableSpec. getFeatures(int index)List of features specifications for each feature defined with this feature table.FeatureProto.FeatureSpecV2FeatureTableProto.FeatureTableSpecOrBuilder. getFeatures(int index)List of features specifications for each feature defined with this feature table.static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseDelimitedFrom(InputStream input)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(byte[] data)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(com.google.protobuf.ByteString data)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(com.google.protobuf.CodedInputStream input)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(InputStream input)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(ByteBuffer data)static FeatureProto.FeatureSpecV2FeatureProto.FeatureSpecV2. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.core that return types with arguments of type FeatureProto.FeatureSpecV2 Modifier and Type Method Description List<FeatureProto.FeatureSpecV2>FeatureTableProto.FeatureTableSpec.Builder. getFeaturesList()List of features specifications for each feature defined with this feature table.List<FeatureProto.FeatureSpecV2>FeatureTableProto.FeatureTableSpec. getFeaturesList()List of features specifications for each feature defined with this feature table.List<FeatureProto.FeatureSpecV2>FeatureTableProto.FeatureTableSpecOrBuilder. getFeaturesList()List of features specifications for each feature defined with this feature table.com.google.protobuf.Parser<FeatureProto.FeatureSpecV2>FeatureProto.FeatureSpecV2. getParserForType()static com.google.protobuf.Parser<FeatureProto.FeatureSpecV2>FeatureProto.FeatureSpecV2. parser()Methods in feast.proto.core with parameters of type FeatureProto.FeatureSpecV2 Modifier and Type Method Description FeatureTableProto.FeatureTableSpec.BuilderFeatureTableProto.FeatureTableSpec.Builder. addFeatures(int index, FeatureProto.FeatureSpecV2 value)List of features specifications for each feature defined with this feature table.FeatureTableProto.FeatureTableSpec.BuilderFeatureTableProto.FeatureTableSpec.Builder. addFeatures(FeatureProto.FeatureSpecV2 value)List of features specifications for each feature defined with this feature table.FeatureProto.FeatureSpecV2.BuilderFeatureProto.FeatureSpecV2.Builder. mergeFrom(FeatureProto.FeatureSpecV2 other)static FeatureProto.FeatureSpecV2.BuilderFeatureProto.FeatureSpecV2. newBuilder(FeatureProto.FeatureSpecV2 prototype)FeatureTableProto.FeatureTableSpec.BuilderFeatureTableProto.FeatureTableSpec.Builder. setFeatures(int index, FeatureProto.FeatureSpecV2 value)List of features specifications for each feature defined with this feature table.Method parameters in feast.proto.core with type arguments of type FeatureProto.FeatureSpecV2 Modifier and Type Method Description FeatureTableProto.FeatureTableSpec.BuilderFeatureTableProto.FeatureTableSpec.Builder. addAllFeatures(Iterable<? extends FeatureProto.FeatureSpecV2> values)List of features specifications for each feature defined with this feature table.
-