Interface GPUInfoOrBuilder

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

public interface GPUInfoOrBuilder extends MessageOrBuilder
  • Method Details

    • getModel

      String getModel()
      e.g. "Tesla K40c"
      
      string model = 1;
      Returns:
      The model.
    • getModelBytes

      ByteString getModelBytes()
      e.g. "Tesla K40c"
      
      string model = 1;
      Returns:
      The bytes for model.
    • getUuid

      String getUuid()
      Final entry in output of "nvidia-smi -L"
      
      string uuid = 2;
      Returns:
      The uuid.
    • getUuidBytes

      ByteString getUuidBytes()
      Final entry in output of "nvidia-smi -L"
      
      string uuid = 2;
      Returns:
      The bytes for uuid.
    • getBusId

      String getBusId()
      e.g. "0000:04:00.0"
      
      string bus_id = 3;
      Returns:
      The busId.
    • getBusIdBytes

      ByteString getBusIdBytes()
      e.g. "0000:04:00.0"
      
      string bus_id = 3;
      Returns:
      The bytes for busId.