Interface ListDevicesResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListDevicesResponse, ListDevicesResponse.Builder

    public interface ListDevicesResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getLocalDeviceList

        java.util.List<DeviceAttributes> getLocalDeviceList()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes local_device = 1;
      • getLocalDevice

        DeviceAttributes getLocalDevice​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceAttributes local_device = 1;
      • getLocalDeviceCount

        int getLocalDeviceCount()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes local_device = 1;
      • getLocalDeviceOrBuilderList

        java.util.List<? extends DeviceAttributesOrBuilder> getLocalDeviceOrBuilderList()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes local_device = 1;
      • getLocalDeviceOrBuilder

        DeviceAttributesOrBuilder getLocalDeviceOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceAttributes local_device = 1;
      • getRemoteDeviceList

        java.util.List<DeviceAttributes> getRemoteDeviceList()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes remote_device = 2;
      • getRemoteDevice

        DeviceAttributes getRemoteDevice​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceAttributes remote_device = 2;
      • getRemoteDeviceCount

        int getRemoteDeviceCount()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes remote_device = 2;
      • getRemoteDeviceOrBuilderList

        java.util.List<? extends DeviceAttributesOrBuilder> getRemoteDeviceOrBuilderList()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes remote_device = 2;
      • getRemoteDeviceOrBuilder

        DeviceAttributesOrBuilder getRemoteDeviceOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceAttributes remote_device = 2;