public static interface SummaryMetadata.PluginDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getContent()
The content to store for the plugin.
|
com.google.protobuf.ByteString |
getContentBytes()
The content to store for the plugin.
|
String |
getPluginName()
The name of the plugin this data pertains to.
|
com.google.protobuf.ByteString |
getPluginNameBytes()
The name of the plugin this data pertains to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getPluginName()
The name of the plugin this data pertains to.
string plugin_name = 1;
com.google.protobuf.ByteString getPluginNameBytes()
The name of the plugin this data pertains to.
string plugin_name = 1;
String getContent()
The content to store for the plugin. The best practice is for this JSON string to be the canonical JSON serialization of a protocol buffer defined by the plugin. Converting that protobuf to and from JSON is the responsibility of the plugin code, and is not enforced by TensorFlow/TensorBoard.
string content = 2;
com.google.protobuf.ByteString getContentBytes()
The content to store for the plugin. The best practice is for this JSON string to be the canonical JSON serialization of a protocol buffer defined by the plugin. Converting that protobuf to and from JSON is the responsibility of the plugin code, and is not enforced by TensorFlow/TensorBoard.
string content = 2;
Copyright © 2015–2017. All rights reserved.