Enumerations

avidtools.datamodels.enums

Enumerations used in AVID report and vulnerability datamodels.

class ArtifactTypeEnum(*values)[source]

Bases: str, Enum

Whether the artifact is a dataset, model, or system.

class SepEnum(*values)[source]

Bases: str, Enum

All (sub)categories of the SEP view of the AVID taxonomy.

class LifecycleEnum(*values)[source]

Bases: str, Enum

All (sub)categories of the lifecycle view of the AVID taxonomy.

class ClassEnum(*values)[source]

Bases: str, Enum

All report/vulnerability classes.

class TypeEnum(*values)[source]

Bases: str, Enum

All report/vulnerability types.

class MethodEnum(*values)[source]

Bases: str, Enum

The values a detection method can take.