Package org.tensorflow.metadata.v0
Class BytesStatistics
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.tensorflow.metadata.v0.BytesStatistics
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,BytesStatisticsOrBuilder
public final class BytesStatistics extends com.google.protobuf.GeneratedMessageV3 implements BytesStatisticsOrBuilder
Statistics for a bytes feature in a dataset.
Protobuf typetensorflow.metadata.v0.BytesStatistics- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBytesStatistics.BuilderStatistics for a bytes feature in a dataset.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAVG_NUM_BYTES_FIELD_NUMBERstatic intCOMMON_STATS_FIELD_NUMBERstatic intMAX_NUM_BYTES_FIELD_NUMBERstatic intMIN_NUM_BYTES_FIELD_NUMBERstatic intUNIQUE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)floatgetAvgNumBytes()The average number of bytes in a valueCommonStatisticsgetCommonStats().tensorflow.metadata.v0.CommonStatistics common_stats = 1;CommonStatisticsOrBuildergetCommonStatsOrBuilder().tensorflow.metadata.v0.CommonStatistics common_stats = 1;static BytesStatisticsgetDefaultInstance()BytesStatisticsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()floatgetMaxNumBytes()The maximum number of bytes in a valuefloatgetMinNumBytes()The minimum number of bytes in a valuecom.google.protobuf.Parser<BytesStatistics>getParserForType()intgetSerializedSize()longgetUnique()The number of unique valuescom.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasCommonStats().tensorflow.metadata.v0.CommonStatistics common_stats = 1;inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static BytesStatistics.BuildernewBuilder()static BytesStatistics.BuildernewBuilder(BytesStatistics prototype)BytesStatistics.BuildernewBuilderForType()protected BytesStatistics.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static BytesStatisticsparseDelimitedFrom(InputStream input)static BytesStatisticsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesStatisticsparseFrom(byte[] data)static BytesStatisticsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesStatisticsparseFrom(com.google.protobuf.ByteString data)static BytesStatisticsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesStatisticsparseFrom(com.google.protobuf.CodedInputStream input)static BytesStatisticsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesStatisticsparseFrom(InputStream input)static BytesStatisticsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesStatisticsparseFrom(ByteBuffer data)static BytesStatisticsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BytesStatistics>parser()BytesStatistics.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COMMON_STATS_FIELD_NUMBER
public static final int COMMON_STATS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNIQUE_FIELD_NUMBER
public static final int UNIQUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVG_NUM_BYTES_FIELD_NUMBER
public static final int AVG_NUM_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MIN_NUM_BYTES_FIELD_NUMBER
public static final int MIN_NUM_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAX_NUM_BYTES_FIELD_NUMBER
public static final int MAX_NUM_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasCommonStats
public boolean hasCommonStats()
.tensorflow.metadata.v0.CommonStatistics common_stats = 1;- Specified by:
hasCommonStatsin interfaceBytesStatisticsOrBuilder- Returns:
- Whether the commonStats field is set.
-
getCommonStats
public CommonStatistics getCommonStats()
.tensorflow.metadata.v0.CommonStatistics common_stats = 1;- Specified by:
getCommonStatsin interfaceBytesStatisticsOrBuilder- Returns:
- The commonStats.
-
getCommonStatsOrBuilder
public CommonStatisticsOrBuilder getCommonStatsOrBuilder()
.tensorflow.metadata.v0.CommonStatistics common_stats = 1;- Specified by:
getCommonStatsOrBuilderin interfaceBytesStatisticsOrBuilder
-
getUnique
public long getUnique()
The number of unique values
uint64 unique = 2;- Specified by:
getUniquein interfaceBytesStatisticsOrBuilder- Returns:
- The unique.
-
getAvgNumBytes
public float getAvgNumBytes()
The average number of bytes in a value
float avg_num_bytes = 3;- Specified by:
getAvgNumBytesin interfaceBytesStatisticsOrBuilder- Returns:
- The avgNumBytes.
-
getMinNumBytes
public float getMinNumBytes()
The minimum number of bytes in a value
float min_num_bytes = 4;- Specified by:
getMinNumBytesin interfaceBytesStatisticsOrBuilder- Returns:
- The minNumBytes.
-
getMaxNumBytes
public float getMaxNumBytes()
The maximum number of bytes in a value
float max_num_bytes = 5;- Specified by:
getMaxNumBytesin interfaceBytesStatisticsOrBuilder- Returns:
- The maxNumBytes.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BytesStatistics parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BytesStatistics parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BytesStatistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BytesStatistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BytesStatistics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BytesStatistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BytesStatistics parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BytesStatistics parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BytesStatistics parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BytesStatistics parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static BytesStatistics parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BytesStatistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public BytesStatistics.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BytesStatistics.Builder newBuilder()
-
newBuilder
public static BytesStatistics.Builder newBuilder(BytesStatistics prototype)
-
toBuilder
public BytesStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BytesStatistics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BytesStatistics getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BytesStatistics> parser()
-
getParserForType
public com.google.protobuf.Parser<BytesStatistics> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BytesStatistics getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-