GpuMode#

class GpuMode(*args, **kwargs)[source]#

Bases: object

The mode of this GPU.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • PASSTHROUGH_GRAPHICS: The mode of the GPU is Passthrough Graphics.

  • PASSTHROUGH_COMPUTE: The mode of the GPU is Passthrough Compute.

  • VIRTUAL: The mode of the GPU is Virtual.

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model