Interface ConfigProto.ExperimentalOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConfigProto.Experimental, ConfigProto.Experimental.Builder
    Enclosing class:
    ConfigProto

    public static interface ConfigProto.ExperimentalOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCollectiveGroupLeader()
      Task name for group resolution.
      org.nd4j.shade.protobuf.ByteString getCollectiveGroupLeaderBytes()
      Task name for group resolution.
      • 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

      • getCollectiveGroupLeader

        String getCollectiveGroupLeader()
         Task name for group resolution.
         
        string collective_group_leader = 1;
        Returns:
        The collectiveGroupLeader.
      • getCollectiveGroupLeaderBytes

        org.nd4j.shade.protobuf.ByteString getCollectiveGroupLeaderBytes()
         Task name for group resolution.
         
        string collective_group_leader = 1;
        Returns:
        The bytes for collectiveGroupLeader.