Packages

c

org.tensorflow.metadata.v0

BytesStatistics

final class BytesStatistics extends GeneratedMessageV3 with BytesStatisticsOrBuilder

Statistics for a bytes feature in a dataset.

Protobuf type tensorflow.metadata.v0.BytesStatistics

Source
BytesStatistics.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BytesStatistics
  2. BytesStatisticsOrBuilder
  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. def equals(obj: AnyRef): Boolean
    Definition Classes
    BytesStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  4. def getAvgNumBytes(): Float

    The average number of bytes in a value
    

    The average number of bytes in a value
    

    float avg_num_bytes = 3;

    returns

    The avgNumBytes.

    Definition Classes
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  5. def getCommonStats(): CommonStatistics

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

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

    returns

    The commonStats.

    Definition Classes
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  6. def getCommonStatsOrBuilder(): CommonStatisticsOrBuilder

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

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

    Definition Classes
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  7. def getDefaultInstanceForType(): BytesStatistics
    Definition Classes
    BytesStatistics → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  8. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  9. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  10. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  11. def getMaxNumBytes(): Float

    The maximum number of bytes in a value
    

    The maximum number of bytes in a value
    

    float max_num_bytes = 5;

    returns

    The maxNumBytes.

    Definition Classes
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  12. def getMaxNumBytesInt(): Long

    The maximum number of bytes in a value, as an int. Float will start having
    a loss of precision for a large enough integer. This field preserves the
    precision.
    

    The maximum number of bytes in a value, as an int. Float will start having
    a loss of precision for a large enough integer. This field preserves the
    precision.
    

    int64 max_num_bytes_int = 6;

    returns

    The maxNumBytesInt.

    Definition Classes
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  13. def getMinNumBytes(): Float

    The minimum number of bytes in a value
    

    The minimum number of bytes in a value
    

    float min_num_bytes = 4;

    returns

    The minNumBytes.

    Definition Classes
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  14. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  15. def getParserForType(): Parser[BytesStatistics]
    Definition Classes
    BytesStatistics → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  16. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def getSerializedSize(): Int
    Definition Classes
    BytesStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  19. def getUnique(): Long

    The number of unique values
    

    The number of unique values
    

    uint64 unique = 2;

    returns

    The unique.

    Definition Classes
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  20. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  21. 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
    BytesStatisticsBytesStatisticsOrBuilder
    Annotations
    @Override()
  22. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  23. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  24. def hashCode(): Int
    Definition Classes
    BytesStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  25. final def isInitialized(): Boolean
    Definition Classes
    BytesStatistics → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  26. def newBuilderForType(): Builder
    Definition Classes
    BytesStatistics → Message → MessageLite
    Annotations
    @Override()
  27. def toBuilder(): Builder
    Definition Classes
    BytesStatistics → Message → MessageLite
    Annotations
    @Override()
  28. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  29. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  30. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  31. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  32. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    BytesStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  33. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])