Class 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 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 class java.lang.Object