Packages

c

org.tensorflow.metadata.v0

StringStatistics

final class StringStatistics extends GeneratedMessageV3 with StringStatisticsOrBuilder

Statistics for a string feature in a dataset.

Protobuf type tensorflow.metadata.v0.StringStatistics

Source
StringStatistics.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringStatistics
  2. StringStatisticsOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    StringStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. def getAvgLength(): Float

    The average length of the values
    

    The average length of the values
    

    float avg_length = 4;

    returns

    The avgLength.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getCommonStats(): CommonStatistics

    .tensorflow.metadata.v0.CommonStatistics common_stats = 1;

    .tensorflow.metadata.v0.CommonStatistics common_stats = 1;

    returns

    The commonStats.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  14. def getCommonStatsOrBuilder(): CommonStatisticsOrBuilder

    .tensorflow.metadata.v0.CommonStatistics common_stats = 1;

    .tensorflow.metadata.v0.CommonStatistics common_stats = 1;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  15. def getDefaultInstanceForType(): StringStatistics
    Definition Classes
    StringStatistics → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  16. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  19. def getInvalidUtf8Count(): Long

    Counts the number of invalid utf8 strings present in leaf arrays for this
    feature. Validation is only performed for byte- or string-like features (
    those having type BYTES or STRING).
    

    Counts the number of invalid utf8 strings present in leaf arrays for this
    feature. Validation is only performed for byte- or string-like features (
    those having type BYTES or STRING).
    

    uint64 invalid_utf8_count = 8;

    returns

    The invalidUtf8Count.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  20. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  21. def getParserForType(): Parser[StringStatistics]
    Definition Classes
    StringStatistics → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  22. def getRankHistogram(): RankHistogram

    The rank histogram for the values of the feature.
    The rank is used to measure of how commonly the value is found in the
    dataset. The most common value would have a rank of 1, with the second-most
    common value having a rank of 2, and so on.
    

    The rank histogram for the values of the feature.
    The rank is used to measure of how commonly the value is found in the
    dataset. The most common value would have a rank of 1, with the second-most
    common value having a rank of 2, and so on.
    

    .tensorflow.metadata.v0.RankHistogram rank_histogram = 5;

    returns

    The rankHistogram.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  23. def getRankHistogramOrBuilder(): RankHistogramOrBuilder

    The rank histogram for the values of the feature.
    The rank is used to measure of how commonly the value is found in the
    dataset. The most common value would have a rank of 1, with the second-most
    common value having a rank of 2, and so on.
    

    The rank histogram for the values of the feature.
    The rank is used to measure of how commonly the value is found in the
    dataset. The most common value would have a rank of 1, with the second-most
    common value having a rank of 2, and so on.
    

    .tensorflow.metadata.v0.RankHistogram rank_histogram = 5;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  24. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  25. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  26. def getSerializedSize(): Int
    Definition Classes
    StringStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  27. def getTopValues(index: Int): FreqAndValue

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 3;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  28. def getTopValuesCount(): Int

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 3;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  29. def getTopValuesList(): List[FreqAndValue]

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 3;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  30. def getTopValuesOrBuilder(index: Int): FreqAndValueOrBuilder

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 3;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  31. def getTopValuesOrBuilderList(): List[_ <: FreqAndValueOrBuilder]

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    A sorted list of the most-frequent values and their frequencies, with
    the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 3;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  32. def getUnique(): Long

    The number of unique values
    

    The number of unique values
    

    uint64 unique = 2;

    returns

    The unique.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  33. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  34. def getVocabularyFile(): String

    A vocabulary file, used for vocabularies too large to store in the proto
    itself.  Note that the file may be relative to some context-dependent
    directory.  E.g. in TFX the feature statistics will live in a PPP and
    vocabulary file names will be relative to this PPP.
    

    A vocabulary file, used for vocabularies too large to store in the proto
    itself.  Note that the file may be relative to some context-dependent
    directory.  E.g. in TFX the feature statistics will live in a PPP and
    vocabulary file names will be relative to this PPP.
    

    string vocabulary_file = 7;

    returns

    The vocabularyFile.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  35. def getVocabularyFileBytes(): ByteString

    A vocabulary file, used for vocabularies too large to store in the proto
    itself.  Note that the file may be relative to some context-dependent
    directory.  E.g. in TFX the feature statistics will live in a PPP and
    vocabulary file names will be relative to this PPP.
    

    A vocabulary file, used for vocabularies too large to store in the proto
    itself.  Note that the file may be relative to some context-dependent
    directory.  E.g. in TFX the feature statistics will live in a PPP and
    vocabulary file names will be relative to this PPP.
    

    string vocabulary_file = 7;

    returns

    The bytes for vocabularyFile.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  36. def getWeightedStringStats(): WeightedStringStatistics

    Weighted statistics for the feature, if the values have weights.
    

    Weighted statistics for the feature, if the values have weights.
    

    .tensorflow.metadata.v0.WeightedStringStatistics weighted_string_stats = 6;

    returns

    The weightedStringStats.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  37. def getWeightedStringStatsOrBuilder(): WeightedStringStatisticsOrBuilder

    Weighted statistics for the feature, if the values have weights.
    

    Weighted statistics for the feature, if the values have weights.
    

    .tensorflow.metadata.v0.WeightedStringStatistics weighted_string_stats = 6;

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  38. def hasCommonStats(): Boolean

    .tensorflow.metadata.v0.CommonStatistics common_stats = 1;

    .tensorflow.metadata.v0.CommonStatistics common_stats = 1;

    returns

    Whether the commonStats field is set.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  39. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  40. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  41. def hasRankHistogram(): Boolean

    The rank histogram for the values of the feature.
    The rank is used to measure of how commonly the value is found in the
    dataset. The most common value would have a rank of 1, with the second-most
    common value having a rank of 2, and so on.
    

    The rank histogram for the values of the feature.
    The rank is used to measure of how commonly the value is found in the
    dataset. The most common value would have a rank of 1, with the second-most
    common value having a rank of 2, and so on.
    

    .tensorflow.metadata.v0.RankHistogram rank_histogram = 5;

    returns

    Whether the rankHistogram field is set.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  42. def hasWeightedStringStats(): Boolean

    Weighted statistics for the feature, if the values have weights.
    

    Weighted statistics for the feature, if the values have weights.
    

    .tensorflow.metadata.v0.WeightedStringStatistics weighted_string_stats = 6;

    returns

    Whether the weightedStringStats field is set.

    Definition Classes
    StringStatisticsStringStatisticsOrBuilder
    Annotations
    @Override()
  43. def hashCode(): Int
    Definition Classes
    StringStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  44. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v0]
    Definition Classes
    StringStatistics → GeneratedMessageV3
    Annotations
    @Override()
  45. def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  46. final def isInitialized(): Boolean
    Definition Classes
    StringStatistics → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v0]
    Definition Classes
    StringStatistics → GeneratedMessageV3
    Annotations
    @Override()
  51. def newBuilderForType(): Builder
    Definition Classes
    StringStatistics → Message → MessageLite
    Annotations
    @Override()
  52. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  53. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v0]
    Definition Classes
    StringStatistics → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  57. def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toBuilder(): Builder
    Definition Classes
    StringStatistics → Message → MessageLite
    Annotations
    @Override()
  60. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  61. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  62. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  67. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  68. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    StringStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  69. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @Deprecated
    Deprecated
  2. def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
    Deprecated

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped