StringStatistics.Builder |
StringStatistics.Builder.addAllTopValues(Iterable<? extends StringStatistics.FreqAndValue> values) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StringStatistics.Builder |
StringStatistics.Builder.addTopValues(int index,
StringStatistics.FreqAndValue value) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.addTopValues(int index,
StringStatistics.FreqAndValue.Builder builderForValue) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.addTopValues(StringStatistics.FreqAndValue value) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.addTopValues(StringStatistics.FreqAndValue.Builder builderForValue) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.clear() |
|
StringStatistics.Builder |
StringStatistics.Builder.clearAvgLength() |
The average length of the values
|
StringStatistics.Builder |
StringStatistics.Builder.clearCommonStats() |
.tensorflow.metadata.v0.CommonStatistics common_stats = 1;
|
StringStatistics.Builder |
StringStatistics.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
StringStatistics.Builder |
StringStatistics.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
StringStatistics.Builder |
StringStatistics.Builder.clearRankHistogram() |
The rank histogram for the values of the feature.
|
StringStatistics.Builder |
StringStatistics.Builder.clearTopValues() |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.clearUnique() |
The number of unique values
|
StringStatistics.Builder |
StringStatistics.Builder.clearVocabularyFile() |
A vocabulary file, used for vocabularies too large to store in the proto
itself.
|
StringStatistics.Builder |
StringStatistics.Builder.clearWeightedStringStats() |
Weighted statistics for the feature, if the values have weights.
|
StringStatistics.Builder |
StringStatistics.Builder.clone() |
|
StringStatistics.Builder |
FeatureNameStatistics.Builder.getStringStatsBuilder() |
.tensorflow.metadata.v0.StringStatistics string_stats = 4;
|
StringStatistics.Builder |
StringStatistics.Builder.mergeCommonStats(CommonStatistics value) |
.tensorflow.metadata.v0.CommonStatistics common_stats = 1;
|
StringStatistics.Builder |
StringStatistics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
StringStatistics.Builder |
StringStatistics.Builder.mergeFrom(com.google.protobuf.Message other) |
|
StringStatistics.Builder |
StringStatistics.Builder.mergeFrom(StringStatistics other) |
|
StringStatistics.Builder |
StringStatistics.Builder.mergeRankHistogram(RankHistogram value) |
The rank histogram for the values of the feature.
|
StringStatistics.Builder |
StringStatistics.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
StringStatistics.Builder |
StringStatistics.Builder.mergeWeightedStringStats(WeightedStringStatistics value) |
Weighted statistics for the feature, if the values have weights.
|
static StringStatistics.Builder |
StringStatistics.newBuilder() |
|
static StringStatistics.Builder |
StringStatistics.newBuilder(StringStatistics prototype) |
|
StringStatistics.Builder |
StringStatistics.newBuilderForType() |
|
protected StringStatistics.Builder |
StringStatistics.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
StringStatistics.Builder |
StringStatistics.Builder.removeTopValues(int index) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.setAvgLength(float value) |
The average length of the values
|
StringStatistics.Builder |
StringStatistics.Builder.setCommonStats(CommonStatistics value) |
.tensorflow.metadata.v0.CommonStatistics common_stats = 1;
|
StringStatistics.Builder |
StringStatistics.Builder.setCommonStats(CommonStatistics.Builder builderForValue) |
.tensorflow.metadata.v0.CommonStatistics common_stats = 1;
|
StringStatistics.Builder |
StringStatistics.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StringStatistics.Builder |
StringStatistics.Builder.setRankHistogram(RankHistogram value) |
The rank histogram for the values of the feature.
|
StringStatistics.Builder |
StringStatistics.Builder.setRankHistogram(RankHistogram.Builder builderForValue) |
The rank histogram for the values of the feature.
|
StringStatistics.Builder |
StringStatistics.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
StringStatistics.Builder |
StringStatistics.Builder.setTopValues(int index,
StringStatistics.FreqAndValue value) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.setTopValues(int index,
StringStatistics.FreqAndValue.Builder builderForValue) |
A sorted list of the most-frequent values and their frequencies, with
the most-frequent being first.
|
StringStatistics.Builder |
StringStatistics.Builder.setUnique(long value) |
The number of unique values
|
StringStatistics.Builder |
StringStatistics.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
StringStatistics.Builder |
StringStatistics.Builder.setVocabularyFile(String value) |
A vocabulary file, used for vocabularies too large to store in the proto
itself.
|
StringStatistics.Builder |
StringStatistics.Builder.setVocabularyFileBytes(com.google.protobuf.ByteString value) |
A vocabulary file, used for vocabularies too large to store in the proto
itself.
|
StringStatistics.Builder |
StringStatistics.Builder.setWeightedStringStats(WeightedStringStatistics value) |
Weighted statistics for the feature, if the values have weights.
|
StringStatistics.Builder |
StringStatistics.Builder.setWeightedStringStats(WeightedStringStatistics.Builder builderForValue) |
Weighted statistics for the feature, if the values have weights.
|
StringStatistics.Builder |
StringStatistics.toBuilder() |
|