Interface GetStatusResponseOrBuilder

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

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

      • getDeviceAttributesList

        java.util.List<DeviceAttributes> getDeviceAttributesList()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributes

        DeviceAttributes getDeviceAttributes​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributesCount

        int getDeviceAttributesCount()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributesOrBuilderList

        java.util.List<? extends DeviceAttributesOrBuilder> getDeviceAttributesOrBuilderList()
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;
      • getDeviceAttributesOrBuilder

        DeviceAttributesOrBuilder getDeviceAttributesOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.DeviceAttributes device_attributes = 1;