Interface ReplayLog.NewReplaySessionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ListDevicesResponse getDevices()
      .org.platanios.tensorflow.proto.ListDevicesResponse devices = 1;
      ListDevicesResponseOrBuilder getDevicesOrBuilder()
      .org.platanios.tensorflow.proto.ListDevicesResponse devices = 1;
      java.lang.String getSessionHandle()
      string session_handle = 2;
      com.google.protobuf.ByteString getSessionHandleBytes()
      string session_handle = 2;
      boolean hasDevices()
      .org.platanios.tensorflow.proto.ListDevicesResponse devices = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDevices

        boolean hasDevices()
        .org.platanios.tensorflow.proto.ListDevicesResponse devices = 1;
        Returns:
        Whether the devices field is set.
      • getDevices

        ListDevicesResponse getDevices()
        .org.platanios.tensorflow.proto.ListDevicesResponse devices = 1;
        Returns:
        The devices.
      • getSessionHandle

        java.lang.String getSessionHandle()
        string session_handle = 2;
        Returns:
        The sessionHandle.
      • getSessionHandleBytes

        com.google.protobuf.ByteString getSessionHandleBytes()
        string session_handle = 2;
        Returns:
        The bytes for sessionHandle.