Skip to content

Enum: AiSystemDimensionEnum

Key socio-technical dimensions of an AI system (Figure 2).

People and Planet sits at the centre representing human and

societal well-being.

URI: nist_ai_rmf:AiSystemDimensionEnum

Permissible Values

Value Meaning Description
APPLICATION_CONTEXT None The setting in which an AI system is deployed - includes legal,
DATA_AND_INPUT None The data and inputs an AI system uses, including training,
AI_MODEL None The model(s) and algorithms at the heart of an AI system
TASK_AND_OUTPUT None The task the AI system is designed to perform and the outputs
PEOPLE_AND_PLANET None Human rights and the broader well-being of society and the

Slots

Name Description
ai_dimension The AI system dimension the element applies to
dimension_kind Which of the five dimensions this instance represents

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: AiSystemDimensionEnum
description: 'Key socio-technical dimensions of an AI system (Figure 2).

  People and Planet sits at the centre representing human and

  societal well-being.'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
permissible_values:
  APPLICATION_CONTEXT:
    text: APPLICATION_CONTEXT
    description: 'The setting in which an AI system is deployed - includes legal,

      regulatory, ethical, and societal considerations.'
  DATA_AND_INPUT:
    text: DATA_AND_INPUT
    description: 'The data and inputs an AI system uses, including training,

      validation, test data, and operational inputs.'
  AI_MODEL:
    text: AI_MODEL
    description: The model(s) and algorithms at the heart of an AI system.
  TASK_AND_OUTPUT:
    text: TASK_AND_OUTPUT
    description: 'The task the AI system is designed to perform and the outputs

      it produces (predictions, recommendations, decisions).'
  PEOPLE_AND_PLANET:
    text: PEOPLE_AND_PLANET
    description: 'Human rights and the broader well-being of society and the

      planet - centred in Figure 2.'