Uses of Class
org.tensorflow.metadata.v0.ValueCount.Builder
-
Packages that use ValueCount.Builder Package Description org.tensorflow.metadata.v0 -
-
Uses of ValueCount.Builder in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return ValueCount.Builder Modifier and Type Method Description ValueCount.BuilderValueCount.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ValueCount.BuilderValueCount.Builder. clear()ValueCount.BuilderValueCount.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)ValueCount.BuilderValueCount.Builder. clearMax()optional int64 max = 2;ValueCount.BuilderValueCount.Builder. clearMin()optional int64 min = 1;ValueCount.BuilderValueCount.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ValueCount.BuilderValueCount.Builder. clone()ValueCount.BuilderFeature.Builder. getValueCountBuilder()The feature doesn't have a well defined shape.ValueCount.BuilderValueCount.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ValueCount.BuilderValueCount.Builder. mergeFrom(com.google.protobuf.Message other)ValueCount.BuilderValueCount.Builder. mergeFrom(ValueCount other)ValueCount.BuilderValueCount.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static ValueCount.BuilderValueCount. newBuilder()static ValueCount.BuilderValueCount. newBuilder(ValueCount prototype)ValueCount.BuilderValueCount. newBuilderForType()protected ValueCount.BuilderValueCount. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)ValueCount.BuilderValueCount.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ValueCount.BuilderValueCount.Builder. setMax(long value)optional int64 max = 2;ValueCount.BuilderValueCount.Builder. setMin(long value)optional int64 min = 1;ValueCount.BuilderValueCount.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ValueCount.BuilderValueCount.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ValueCount.BuilderValueCount. toBuilder()Methods in org.tensorflow.metadata.v0 with parameters of type ValueCount.Builder Modifier and Type Method Description Feature.BuilderFeature.Builder. setValueCount(ValueCount.Builder builderForValue)The feature doesn't have a well defined shape.
-