Interface AvailableDeviceInfoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
AvailableDeviceInfo, AvailableDeviceInfo.Builder

public interface AvailableDeviceInfoOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      Device name.
      
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      Device name.
      
      string name = 1;
      Returns:
      The bytes for name.
    • getType

      String getType()
      Device type, e.g. 'CPU' or 'GPU'.
      
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      ByteString getTypeBytes()
      Device type, e.g. 'CPU' or 'GPU'.
      
      string type = 2;
      Returns:
      The bytes for type.
    • getMemoryLimit

      long getMemoryLimit()
      Memory capacity in bytes.
      
      int64 memory_limit = 3;
      Returns:
      The memoryLimit.
    • getPhysicalDescription

      String getPhysicalDescription()
      The physical description of this device.
      
      string physical_description = 4;
      Returns:
      The physicalDescription.
    • getPhysicalDescriptionBytes

      ByteString getPhysicalDescriptionBytes()
      The physical description of this device.
      
      string physical_description = 4;
      Returns:
      The bytes for physicalDescription.