Interface RegisterGraphResponseOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RegisterGraphResponse, RegisterGraphResponse.Builder

    public interface RegisterGraphResponseOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGraphHandle()
      If the registration succeeds, returns an opaque graph_handle to the master.
      org.nd4j.shade.protobuf.ByteString getGraphHandleBytes()
      If the registration succeeds, returns an opaque graph_handle to the master.
      • 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

      • getGraphHandle

        String getGraphHandle()
         If the registration succeeds, returns an opaque graph_handle to
         the master. The master calls RunGraph with graph_handle to
         compute different steps.
         
        string graph_handle = 1;
        Returns:
        The graphHandle.
      • getGraphHandleBytes

        org.nd4j.shade.protobuf.ByteString getGraphHandleBytes()
         If the registration succeeds, returns an opaque graph_handle to
         the master. The master calls RunGraph with graph_handle to
         compute different steps.
         
        string graph_handle = 1;
        Returns:
        The bytes for graphHandle.