Enum: HumanOversightLevel¶
Level of human oversight required
URI: revaise:HumanOversightLevel
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| FULL_REVIEW | None | All AI outputs must be reviewed |
| SAMPLE_REVIEW | None | Random sample of outputs reviewed |
| CONFIDENCE_BASED | None | Review based on AI confidence scores |
| EXCEPTION_ONLY | None | Only review exceptions or errors |
| MINIMAL | None | Minimal or no review required |
| NONE | None | No human review |
Slots¶
| Name | Description |
|---|---|
| human_oversight_level | Level of human review required |
| human_oversight_level | Level of human review required |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
LinkML Source¶
name: HumanOversightLevel
description: Level of human oversight required
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
FULL_REVIEW:
text: FULL_REVIEW
description: All AI outputs must be reviewed
SAMPLE_REVIEW:
text: SAMPLE_REVIEW
description: Random sample of outputs reviewed
CONFIDENCE_BASED:
text: CONFIDENCE_BASED
description: Review based on AI confidence scores
EXCEPTION_ONLY:
text: EXCEPTION_ONLY
description: Only review exceptions or errors
MINIMAL:
text: MINIMAL
description: Minimal or no review required
NONE:
text: NONE
description: No human review