Skip to main content

DetectionHardware

A kind of detection hardware, and every unit of it that was found.

keyHardware keyrequired

Stable identifier for this kind of hardware.

detectorDetector typerequired

The detector that drives this hardware.

nameHardware namerequired

Human readable name for this kind of hardware.

units object[]required

Each physical piece of this hardware that was found.

  • Array [
  • deviceDevice stringrequired

    The value to put in a model's devices list, for example 'edgetpu:pci:1'.

    labelUnit labelrequired

    How to identify this unit among others of the same kind, for example 'PCIe 1'.

  • ]
  • countUnit countrequired

    How many units were found.

    unlimitedUnlimited detectorsrequired

    Whether this hardware can run more inference processes than there are units.

    DetectionHardware
    {
    "key": "string",
    "detector": "string",
    "name": "string",
    "units": [
    {
    "device": "string",
    "label": "string"
    }
    ],
    "count": 0,
    "unlimited": true
    }