Skip to content

Enum: VramModeIdEnum

The normalized identifier of the video memory attachment mode.

URI: ocsf:VramModeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The VRAM mode is unknown or not reported
SHARED None Video memory is allocated from system memory
DEDICATED None Video memory is physically separate from system memory
OTHER None A VRAM mode not covered by the defined values; the exact value is reported by

Slots

Name Description
vram_mode_id The normalized identifier of the video memory attachment mode

Identifier and Mapping Information

Schema Source

LinkML Source

name: VramModeIdEnum
description: The normalized identifier of the video memory attachment mode.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The VRAM mode is unknown or not reported.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  SHARED:
    text: SHARED
    description: Video memory is allocated from system memory.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Shared
  DEDICATED:
    text: DEDICATED
    description: Video memory is physically separate from system memory.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Dedicated
  OTHER:
    text: OTHER
    description: 'A VRAM mode not covered by the defined values; the exact value is
      reported by

      the event source.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other