Uses of Interface
feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
-
Packages that use FeatureProto.FeatureSpecV2OrBuilder Package Description feast.proto.core -
-
Uses of FeatureProto.FeatureSpecV2OrBuilder in feast.proto.core
Classes in feast.proto.core that implement FeatureProto.FeatureSpecV2OrBuilder Modifier and Type Class Description static classFeatureProto.FeatureSpecV2Protobuf typefeast.core.FeatureSpecV2static classFeatureProto.FeatureSpecV2.BuilderProtobuf typefeast.core.FeatureSpecV2Methods in feast.proto.core that return FeatureProto.FeatureSpecV2OrBuilder Modifier and Type Method Description FeatureProto.FeatureSpecV2OrBuilderFeatureTableProto.FeatureTableSpec.Builder. getFeaturesOrBuilder(int index)List of features specifications for each feature defined with this feature table.FeatureProto.FeatureSpecV2OrBuilderFeatureTableProto.FeatureTableSpec. getFeaturesOrBuilder(int index)List of features specifications for each feature defined with this feature table.FeatureProto.FeatureSpecV2OrBuilderFeatureTableProto.FeatureTableSpecOrBuilder. getFeaturesOrBuilder(int index)List of features specifications for each feature defined with this feature table.Methods in feast.proto.core that return types with arguments of type FeatureProto.FeatureSpecV2OrBuilder Modifier and Type Method Description List<? extends FeatureProto.FeatureSpecV2OrBuilder>FeatureTableProto.FeatureTableSpec.Builder. getFeaturesOrBuilderList()List of features specifications for each feature defined with this feature table.List<? extends FeatureProto.FeatureSpecV2OrBuilder>FeatureTableProto.FeatureTableSpec. getFeaturesOrBuilderList()List of features specifications for each feature defined with this feature table.List<? extends FeatureProto.FeatureSpecV2OrBuilder>FeatureTableProto.FeatureTableSpecOrBuilder. getFeaturesOrBuilderList()List of features specifications for each feature defined with this feature table.
-