Package com.netrics.likeit
Class NetricsGpuDeviceInfo
- java.lang.Object
-
- com.netrics.likeit.NetricsGpuDeviceInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class NetricsGpuDeviceInfo extends java.lang.Object implements java.io.Serializable
Contains information describing a GPU device attached to a ibi™ Patterns - Search Server.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
java.lang.String
getName()
boolean
isDefault()
boolean
isOnRequest()
boolean
isRecommended()
boolean
isUsable()
java.lang.String
toString()
-
-
-
Method Detail
-
getId
public int getId()
- Returns:
- the id of the GPU device.
-
getName
public java.lang.String getName()
- Returns:
- the name of the GPU device.
-
isDefault
public boolean isDefault()
- Returns:
- true if the server uses the device by default.
-
isOnRequest
public boolean isOnRequest()
- Returns:
- true if the server uses the device only on request.
-
isRecommended
public boolean isRecommended()
- Returns:
- true if the device meets ibi™ Patterns - Search hardware recommendations.
-
isUsable
public boolean isUsable()
- Returns:
- true if the device meets ibi™ Patterns - Search minimum hardware requirements.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-