Interface GetStatusResponseOrBuilder

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

    public interface GetStatusResponseOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getDeviceAttributesList

        List<DeviceAttributes> getDeviceAttributesList()
        repeated .tensorflow.DeviceAttributes device_attributes = 1;
      • getDeviceAttributes

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

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

        List<? extends DeviceAttributesOrBuilder> getDeviceAttributesOrBuilderList()
        repeated .tensorflow.DeviceAttributes device_attributes = 1;
      • getDeviceAttributesOrBuilder

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