1.19. Field Entity

Represents field association with a particular entity

Typedefs

typedef unsigned int  dcgm_field_eid_t

Enumerations

enum dcgm_field_entity_group_t

Typedefs

typedef unsigned int dcgm_field_eid_t

Represents an identifier for an entity within a field entity. For instance, this is the gpuId for DCGM_FE_GPU.

Enumerations

enum dcgm_field_entity_group_t

Enum of possible field entity groups

Values
DCGM_FE_NONE = 0
Field is not associated with an entity. Field scope should be DCGM_FS_GLOBAL
DCGM_FE_GPU
Field is associated with a GPU entity
DCGM_FE_VGPU
Field is associated with a VGPU entity
DCGM_FE_SWITCH
Field is associated with a Switch entity
DCGM_FE_GPU_I
Field is associated with a GPU Instance entity
DCGM_FE_GPU_CI
Field is associated with a GPU Compute Instance entity
DCGM_FE_COUNT
Number of elements in this enumeration. Keep this entry last