Packages

c

org.tensorflow.metadata.v0

FeatureNameStatistics

final class FeatureNameStatistics extends GeneratedMessageV3 with FeatureNameStatisticsOrBuilder

The complete set of statistics for a given feature name for a dataset.
NextID: 11

Protobuf type tensorflow.metadata.v0.FeatureNameStatistics

Source
FeatureNameStatistics.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureNameStatistics
  2. FeatureNameStatisticsOrBuilder
  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
    FeatureNameStatistics → 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 getBytesStats(): BytesStatistics

    .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;

    .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;

    returns

    The bytesStats.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  5. def getBytesStatsOrBuilder(): BytesStatisticsOrBuilder

    .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;

    .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  6. def getCustomStats(index: Int): CustomStatistic

    Any custom statistics can be stored in this list.
    

    Any custom statistics can be stored in this list.
    

    repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  7. def getCustomStatsCount(): Int

    Any custom statistics can be stored in this list.
    

    Any custom statistics can be stored in this list.
    

    repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  8. def getCustomStatsList(): List[CustomStatistic]

    Any custom statistics can be stored in this list.
    

    Any custom statistics can be stored in this list.
    

    repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  9. def getCustomStatsOrBuilder(index: Int): CustomStatisticOrBuilder

    Any custom statistics can be stored in this list.
    

    Any custom statistics can be stored in this list.
    

    repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  10. def getCustomStatsOrBuilderList(): List[_ <: CustomStatisticOrBuilder]

    Any custom statistics can be stored in this list.
    

    Any custom statistics can be stored in this list.
    

    repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  11. def getDefaultInstanceForType(): FeatureNameStatistics
    Definition Classes
    FeatureNameStatistics → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  12. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  13. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getFieldIdCase(): FieldIdCase
  15. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  16. def getName(): String

    The feature name
    

    The feature name
    

    string name = 1;

    returns

    The name.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
  17. def getNameBytes(): ByteString

    The feature name
    

    The feature name
    

    string name = 1;

    returns

    The bytes for name.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
  18. def getNumStats(): NumericStatistics

    .tensorflow.metadata.v0.NumericStatistics num_stats = 3;

    .tensorflow.metadata.v0.NumericStatistics num_stats = 3;

    returns

    The numStats.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  19. def getNumStatsOrBuilder(): NumericStatisticsOrBuilder

    .tensorflow.metadata.v0.NumericStatistics num_stats = 3;

    .tensorflow.metadata.v0.NumericStatistics num_stats = 3;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  20. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  21. def getParserForType(): Parser[FeatureNameStatistics]
    Definition Classes
    FeatureNameStatistics → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  22. def getPath(): Path

    The path of the feature.
    

    The path of the feature.
    

    .tensorflow.metadata.v0.Path path = 8;

    returns

    The path.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  23. def getPathOrBuilder(): PathOrBuilder

    The path of the feature.
    

    The path of the feature.
    

    .tensorflow.metadata.v0.Path path = 8;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    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
    FeatureNameStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  27. def getStatsCase(): StatsCase
  28. def getStringStats(): StringStatistics

    .tensorflow.metadata.v0.StringStatistics string_stats = 4;

    .tensorflow.metadata.v0.StringStatistics string_stats = 4;

    returns

    The stringStats.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  29. def getStringStatsOrBuilder(): StringStatisticsOrBuilder

    .tensorflow.metadata.v0.StringStatistics string_stats = 4;

    .tensorflow.metadata.v0.StringStatistics string_stats = 4;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  30. def getStructStats(): StructStatistics

    .tensorflow.metadata.v0.StructStatistics struct_stats = 7;

    .tensorflow.metadata.v0.StructStatistics struct_stats = 7;

    returns

    The structStats.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  31. def getStructStatsOrBuilder(): StructStatisticsOrBuilder

    .tensorflow.metadata.v0.StructStatistics struct_stats = 7;

    .tensorflow.metadata.v0.StructStatistics struct_stats = 7;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  32. def getType(): FeatureNameStatistics.Type

    The data type of the feature
    

    The data type of the feature
    

    .tensorflow.metadata.v0.FeatureNameStatistics.Type type = 2;

    returns

    The type.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  33. def getTypeValue(): Int

    The data type of the feature
    

    The data type of the feature
    

    .tensorflow.metadata.v0.FeatureNameStatistics.Type type = 2;

    returns

    The enum numeric value on the wire for type.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  34. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  35. def getValidationDerivedSource(): DerivedFeatureSource

    If set, indicates that that this feature is derived for validation, and
    stores metadata about its source.
    Experimental and subject to change.
    

    If set, indicates that that this feature is derived for validation, and
    stores metadata about its source.
    Experimental and subject to change.
    

    .tensorflow.metadata.v0.DerivedFeatureSource validation_derived_source = 10;

    returns

    The validationDerivedSource.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  36. def getValidationDerivedSourceOrBuilder(): DerivedFeatureSourceOrBuilder

    If set, indicates that that this feature is derived for validation, and
    stores metadata about its source.
    Experimental and subject to change.
    

    If set, indicates that that this feature is derived for validation, and
    stores metadata about its source.
    Experimental and subject to change.
    

    .tensorflow.metadata.v0.DerivedFeatureSource validation_derived_source = 10;

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  37. def hasBytesStats(): Boolean

    .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;

    .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;

    returns

    Whether the bytesStats field is set.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  38. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  39. def hasName(): Boolean

    The feature name
    

    The feature name
    

    string name = 1;

    returns

    Whether the name field is set.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
  40. def hasNumStats(): Boolean

    .tensorflow.metadata.v0.NumericStatistics num_stats = 3;

    .tensorflow.metadata.v0.NumericStatistics num_stats = 3;

    returns

    Whether the numStats field is set.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  41. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  42. def hasPath(): Boolean

    The path of the feature.
    

    The path of the feature.
    

    .tensorflow.metadata.v0.Path path = 8;

    returns

    Whether the path field is set.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  43. def hasStringStats(): Boolean

    .tensorflow.metadata.v0.StringStatistics string_stats = 4;

    .tensorflow.metadata.v0.StringStatistics string_stats = 4;

    returns

    Whether the stringStats field is set.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  44. def hasStructStats(): Boolean

    .tensorflow.metadata.v0.StructStatistics struct_stats = 7;

    .tensorflow.metadata.v0.StructStatistics struct_stats = 7;

    returns

    Whether the structStats field is set.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  45. def hasValidationDerivedSource(): Boolean

    If set, indicates that that this feature is derived for validation, and
    stores metadata about its source.
    Experimental and subject to change.
    

    If set, indicates that that this feature is derived for validation, and
    stores metadata about its source.
    Experimental and subject to change.
    

    .tensorflow.metadata.v0.DerivedFeatureSource validation_derived_source = 10;

    returns

    Whether the validationDerivedSource field is set.

    Definition Classes
    FeatureNameStatisticsFeatureNameStatisticsOrBuilder
    Annotations
    @Override()
  46. def hashCode(): Int
    Definition Classes
    FeatureNameStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  47. final def isInitialized(): Boolean
    Definition Classes
    FeatureNameStatistics → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  48. def newBuilderForType(): Builder
    Definition Classes
    FeatureNameStatistics → Message → MessageLite
    Annotations
    @Override()
  49. def toBuilder(): Builder
    Definition Classes
    FeatureNameStatistics → Message → MessageLite
    Annotations
    @Override()
  50. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  51. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  52. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  53. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  54. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    FeatureNameStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  55. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])