pyfarm.models.gpu module

GPU

Model describing a given make and model of graphics card. Every agent can have zero or more GPUs associated with it.

class pyfarm.models.gpu.GPU(**kwargs)[source]

Bases: flask_sqlalchemy.Model, pyfarm.models.core.mixins.UtilityMixins, pyfarm.models.core.mixins.ReprMixin

agents
fullname

The full name of this graphics card model

id

Provides an id for the current row. This value should never be directly relied upon and it’s intended for use by relationships.