public final class
SummaryMetadata
A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value.
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
int | DATA_CLASS_FIELD_NUMBER | |
int | DISPLAY_NAME_FIELD_NUMBER | |
int | PLUGIN_DATA_FIELD_NUMBER | |
int | SUMMARY_DESCRIPTION_FIELD_NUMBER |
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 |
hashCode()
|
final boolean | |
static SummaryMetadata.Builder |
newBuilder(SummaryMetadata prototype)
|
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
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 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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
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 void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|