Interface SummaryMetadata.PluginDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.nd4j.shade.protobuf.ByteString getContent()
      The content to store for the plugin.
      String getPluginName()
      The name of the plugin this data pertains to.
      org.nd4j.shade.protobuf.ByteString getPluginNameBytes()
      The name of the plugin this data pertains to.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.