Skip to content

Enum: ProcessingStatusEnum

Processing status

URI: lambdaber:ProcessingStatusEnum

Permissible Values

Value Meaning Description
collected None Data has been collected but not yet processed
raw None Raw data
preprocessing None Being preprocessed
processing None Being processed
completed None Processing completed
failed None Processing failed

Slots

Name Description
processing_status Current processing status

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lambda-ber-schema/

LinkML Source

name: ProcessingStatusEnum
description: Processing status
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
permissible_values:
  collected:
    text: collected
    description: Data has been collected but not yet processed
  raw:
    text: raw
    description: Raw data
  preprocessing:
    text: preprocessing
    description: Being preprocessed
  processing:
    text: processing
    description: Being processed
  completed:
    text: completed
    description: Processing completed
  failed:
    text: failed
    description: Processing failed