Uses of Class
org.tensorflow.metadata.v0.ValueCount
-
Packages that use ValueCount Package Description feast.proto.core org.tensorflow.metadata.v0 -
-
Uses of ValueCount in feast.proto.core
Methods in feast.proto.core that return ValueCount Modifier and Type Method Description ValueCountFeatureSetProto.FeatureSpec.Builder. getValueCount()The feature doesn't have a well defined shape.ValueCountFeatureSetProto.FeatureSpec. getValueCount()The feature doesn't have a well defined shape.ValueCountFeatureSetProto.FeatureSpecOrBuilder. getValueCount()The feature doesn't have a well defined shape.Methods in feast.proto.core with parameters of type ValueCount Modifier and Type Method Description FeatureSetProto.FeatureSpec.BuilderFeatureSetProto.FeatureSpec.Builder. mergeValueCount(ValueCount value)The feature doesn't have a well defined shape.FeatureSetProto.FeatureSpec.BuilderFeatureSetProto.FeatureSpec.Builder. setValueCount(ValueCount value)The feature doesn't have a well defined shape. -
Uses of ValueCount in org.tensorflow.metadata.v0
Fields in org.tensorflow.metadata.v0 with type parameters of type ValueCount Modifier and Type Field Description static com.google.protobuf.Parser<ValueCount>ValueCount. PARSERDeprecated.Methods in org.tensorflow.metadata.v0 that return ValueCount Modifier and Type Method Description ValueCountValueCount.Builder. build()ValueCountValueCount.Builder. buildPartial()static ValueCountValueCount. getDefaultInstance()ValueCountValueCount.Builder. getDefaultInstanceForType()ValueCountValueCount. getDefaultInstanceForType()ValueCountFeature.Builder. getValueCount()The feature doesn't have a well defined shape.ValueCountFeature. getValueCount()The feature doesn't have a well defined shape.ValueCountFeatureOrBuilder. getValueCount()The feature doesn't have a well defined shape.static ValueCountValueCount. parseDelimitedFrom(InputStream input)static ValueCountValueCount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueCountValueCount. parseFrom(byte[] data)static ValueCountValueCount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueCountValueCount. parseFrom(com.google.protobuf.ByteString data)static ValueCountValueCount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueCountValueCount. parseFrom(com.google.protobuf.CodedInputStream input)static ValueCountValueCount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueCountValueCount. parseFrom(InputStream input)static ValueCountValueCount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueCountValueCount. parseFrom(ByteBuffer data)static ValueCountValueCount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type ValueCount Modifier and Type Method Description com.google.protobuf.Parser<ValueCount>ValueCount. getParserForType()static com.google.protobuf.Parser<ValueCount>ValueCount. parser()Methods in org.tensorflow.metadata.v0 with parameters of type ValueCount Modifier and Type Method Description ValueCount.BuilderValueCount.Builder. mergeFrom(ValueCount other)Feature.BuilderFeature.Builder. mergeValueCount(ValueCount value)The feature doesn't have a well defined shape.static ValueCount.BuilderValueCount. newBuilder(ValueCount prototype)Feature.BuilderFeature.Builder. setValueCount(ValueCount value)The feature doesn't have a well defined shape.
-