public interface GPUInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBusId()
e.g.
|
com.google.protobuf.ByteString |
getBusIdBytes()
e.g.
|
String |
getModel()
e.g.
|
com.google.protobuf.ByteString |
getModelBytes()
e.g.
|
String |
getUuid()
Final entry in output of "nvidia-smi -L"
|
com.google.protobuf.ByteString |
getUuidBytes()
Final entry in output of "nvidia-smi -L"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getModel()
e.g. "Tesla K40c"
string model = 1;
com.google.protobuf.ByteString getModelBytes()
e.g. "Tesla K40c"
string model = 1;
String getUuid()
Final entry in output of "nvidia-smi -L"
string uuid = 2;
com.google.protobuf.ByteString getUuidBytes()
Final entry in output of "nvidia-smi -L"
string uuid = 2;
String getBusId()
e.g. "0000:04:00.0"
string bus_id = 3;
com.google.protobuf.ByteString getBusIdBytes()
e.g. "0000:04:00.0"
string bus_id = 3;
Copyright © 2015–2018. All rights reserved.