Uses of Enum
org.tensorflow.proto.DataClass
Packages that use DataClass
-
Uses of DataClass in org.tensorflow.proto
Subclasses with type arguments of type DataClass in org.tensorflow.protoMethods in org.tensorflow.proto that return DataClassModifier and TypeMethodDescriptionstatic DataClassDataClass.forNumber(int value) SummaryMetadata.Builder.getDataClass()Class of data stored in this time series.SummaryMetadata.getDataClass()Class of data stored in this time series.SummaryMetadataOrBuilder.getDataClass()Class of data stored in this time series.static DataClassDataClass.valueOf(int value) Deprecated.static DataClassDataClass.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DataClassReturns the enum constant of this type with the specified name.static DataClass[]DataClass.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type DataClassModifier and TypeMethodDescriptionstatic Internal.EnumLiteMap<DataClass> DataClass.internalGetValueMap()Methods in org.tensorflow.proto with parameters of type DataClassModifier and TypeMethodDescriptionSummaryMetadata.Builder.setDataClass(DataClass value) Class of data stored in this time series.