SummaryMetadata

public final class SummaryMetadata

 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value.
 
Protobuf type tensorflow.SummaryMetadata

Nested Classes

class SummaryMetadata.Builder
 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value. 
class SummaryMetadata.PluginData Protobuf type tensorflow.SummaryMetadata.PluginData  
interface SummaryMetadata.PluginDataOrBuilder  

Constants

Public Methods

boolean
equals(Object obj)
DataClass
getDataClass()
 Class of data stored in this time series.
int
getDataClassValue()
 Class of data stored in this time series.
static SummaryMetadata
SummaryMetadata
final static com.google.protobuf.Descriptors.Descriptor
String
getDisplayName()
 Display name for viewing in TensorBoard.
com.google.protobuf.ByteString
getDisplayNameBytes()
 Display name for viewing in TensorBoard.
SummaryMetadata.PluginData
getPluginData()
 Data that associates a summary with a certain plugin.
SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder()
 Data that associates a summary with a certain plugin.
int
String
getSummaryDescription()
 Longform readable description of the summary sequence.
com.google.protobuf.ByteString
getSummaryDescriptionBytes()
 Longform readable description of the summary sequence.
final com.google.protobuf.UnknownFieldSet
boolean
hasPluginData()
 Data that associates a summary with a certain plugin.
int
final boolean
static SummaryMetadata.Builder
static SummaryMetadata.Builder
SummaryMetadata.Builder
static SummaryMetadata
parseDelimitedFrom(InputStream input)
static SummaryMetadata
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom(ByteBuffer data)
static SummaryMetadata
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom(com.google.protobuf.CodedInputStream input)
static SummaryMetadata
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom(com.google.protobuf.ByteString data)
static SummaryMetadata
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
SummaryMetadata.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.proto.framework.SummaryMetadataOrBuilder
abstract DataClass
getDataClass()
 Class of data stored in this time series.
abstract int
getDataClassValue()
 Class of data stored in this time series.
abstract String
getDisplayName()
 Display name for viewing in TensorBoard.
abstract com.google.protobuf.ByteString
getDisplayNameBytes()
 Display name for viewing in TensorBoard.
abstract SummaryMetadata.PluginData
getPluginData()
 Data that associates a summary with a certain plugin.
abstract SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder()
 Data that associates a summary with a certain plugin.
abstract String
getSummaryDescription()
 Longform readable description of the summary sequence.
abstract com.google.protobuf.ByteString
getSummaryDescriptionBytes()
 Longform readable description of the summary sequence.
abstract boolean
hasPluginData()
 Data that associates a summary with a certain plugin.

Constants

public static final int DATA_CLASS_FIELD_NUMBER

Constant Value: 4

public static final int DISPLAY_NAME_FIELD_NUMBER

Constant Value: 2

public static final int PLUGIN_DATA_FIELD_NUMBER

Constant Value: 1

public static final int SUMMARY_DESCRIPTION_FIELD_NUMBER

Constant Value: 3

Public Methods

public boolean equals (Object obj)

public DataClass getDataClass ()

 Class of data stored in this time series. Required for compatibility with
 TensorBoard's generic data facilities (`DataProvider`, et al.). This value
 imposes constraints on the dtype and shape of the corresponding tensor
 values. See `DataClass` docs for details.
 
.tensorflow.DataClass data_class = 4;

public int getDataClassValue ()

 Class of data stored in this time series. Required for compatibility with
 TensorBoard's generic data facilities (`DataProvider`, et al.). This value
 imposes constraints on the dtype and shape of the corresponding tensor
 values. See `DataClass` docs for details.
 
.tensorflow.DataClass data_class = 4;

public static SummaryMetadata getDefaultInstance ()

public SummaryMetadata getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getDisplayName ()

 Display name for viewing in TensorBoard.
 
string display_name = 2;

public com.google.protobuf.ByteString getDisplayNameBytes ()

 Display name for viewing in TensorBoard.
 
string display_name = 2;

public getParserForType ()

public SummaryMetadata.PluginData getPluginData ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

public SummaryMetadata.PluginDataOrBuilder getPluginDataOrBuilder ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

public int getSerializedSize ()

public String getSummaryDescription ()

 Longform readable description of the summary sequence. Markdown supported.
 
string summary_description = 3;

public com.google.protobuf.ByteString getSummaryDescriptionBytes ()

 Longform readable description of the summary sequence. Markdown supported.
 
string summary_description = 3;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasPluginData ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

public int hashCode ()

public final boolean isInitialized ()

public static SummaryMetadata.Builder newBuilder (SummaryMetadata prototype)

public static SummaryMetadata.Builder newBuilder ()

public SummaryMetadata.Builder newBuilderForType ()

public static SummaryMetadata parseDelimitedFrom (InputStream input)

Throws
IOException

public static SummaryMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static SummaryMetadata parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static SummaryMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static SummaryMetadata parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static SummaryMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static SummaryMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public SummaryMetadata.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException