Package org.tensorflow.framework
Interface SummaryMetadata.PluginDataOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummaryMetadata.PluginData,SummaryMetadata.PluginData.Builder
- Enclosing class:
- SummaryMetadata
public static interface SummaryMetadata.PluginDataOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.nd4j.shade.protobuf.ByteStringgetContent()The content to store for the plugin.StringgetPluginName()The name of the plugin this data pertains to.org.nd4j.shade.protobuf.ByteStringgetPluginNameBytes()The name of the plugin this data pertains to.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPluginName
String getPluginName()
The name of the plugin this data pertains to.
string plugin_name = 1;- Returns:
- The pluginName.
-
getPluginNameBytes
org.nd4j.shade.protobuf.ByteString getPluginNameBytes()
The name of the plugin this data pertains to.
string plugin_name = 1;- Returns:
- The bytes for pluginName.
-
getContent
org.nd4j.shade.protobuf.ByteString getContent()
The content to store for the plugin. The best practice is for this to be a binary serialized protocol buffer.
bytes content = 2;- Returns:
- The content.
-
-