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
- Alphabetic
- By Inheritance
- FeatureNameStatistics
- FeatureNameStatisticsOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- FeatureNameStatistics → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getBytesStats(): BytesStatistics
.tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
.tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
- returns
The bytesStats.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getBytesStatsOrBuilder(): BytesStatisticsOrBuilder
.tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
.tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getDefaultInstanceForType(): FeatureNameStatistics
- Definition Classes
- FeatureNameStatistics → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getFieldIdCase(): FieldIdCase
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getName(): String
The feature name
The feature name
string name = 1;
- returns
The name.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- def getNameBytes(): ByteString
The feature name
The feature name
string name = 1;
- returns
The bytes for name.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- def getNumStats(): NumericStatistics
.tensorflow.metadata.v0.NumericStatistics num_stats = 3;
.tensorflow.metadata.v0.NumericStatistics num_stats = 3;
- returns
The numStats.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getNumStatsOrBuilder(): NumericStatisticsOrBuilder
.tensorflow.metadata.v0.NumericStatistics num_stats = 3;
.tensorflow.metadata.v0.NumericStatistics num_stats = 3;
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[FeatureNameStatistics]
- Definition Classes
- FeatureNameStatistics → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getPath(): Path
The path of the feature.
The path of the feature.
.tensorflow.metadata.v0.Path path = 8;
- returns
The path.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getPathOrBuilder(): PathOrBuilder
The path of the feature.
The path of the feature.
.tensorflow.metadata.v0.Path path = 8;
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSerializedSize(): Int
- Definition Classes
- FeatureNameStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getStatsCase(): StatsCase
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- def getStringStats(): StringStatistics
.tensorflow.metadata.v0.StringStatistics string_stats = 4;
.tensorflow.metadata.v0.StringStatistics string_stats = 4;
- returns
The stringStats.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getStringStatsOrBuilder(): StringStatisticsOrBuilder
.tensorflow.metadata.v0.StringStatistics string_stats = 4;
.tensorflow.metadata.v0.StringStatistics string_stats = 4;
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getStructStats(): StructStatistics
.tensorflow.metadata.v0.StructStatistics struct_stats = 7;
.tensorflow.metadata.v0.StructStatistics struct_stats = 7;
- returns
The structStats.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getStructStatsOrBuilder(): StructStatisticsOrBuilder
.tensorflow.metadata.v0.StructStatistics struct_stats = 7;
.tensorflow.metadata.v0.StructStatistics struct_stats = 7;
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasName(): Boolean
The feature name
The feature name
string name = 1;
- returns
Whether the name field is set.
- Definition Classes
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- 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
- FeatureNameStatistics → FeatureNameStatisticsOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- FeatureNameStatistics → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- Attributes
- protected[v0]
- Definition Classes
- FeatureNameStatistics → GeneratedMessageV3
- Annotations
- @Override()
- def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def isInitialized(): Boolean
- Definition Classes
- FeatureNameStatistics → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeExtensionsImmutable(): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[v0]
- Definition Classes
- FeatureNameStatistics → GeneratedMessageV3
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- FeatureNameStatistics → Message → MessageLite
- Annotations
- @Override()
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3 → AbstractMessage
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- Attributes
- protected[v0]
- Definition Classes
- FeatureNameStatistics → GeneratedMessageV3
- Annotations
- @Override() @SuppressWarnings()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- FeatureNameStatistics → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- FeatureNameStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @Deprecated
- Deprecated
- def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated