Enum: ModelStateEnum
A term describing where the model is in the development life cycle.
URI: ModelStateEnum
Permissible Values
Value | Meaning | Description |
---|---|---|
development | None | Used when the curator is still working on the model |
production | None | Used when the curator has declared the model is ready for public consumption |
delete | None | When the curator has marked for future deletion |
review | None | The model has been marked for curator review |
internal_test | None | The model is not intended for use public use; it is likely to be used for int... |
closed | None | TBD |
Slots
Name | Description |
---|---|
status | The status of the model in terms of its progression along the developmental l... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gocam
LinkML Source
name: ModelStateEnum
description: A term describing where the model is in the development life cycle.
from_schema: https://w3id.org/gocam
rank: 1000
permissible_values:
development:
text: development
description: Used when the curator is still working on the model. Edits are still
being made, and the information in the model is not yet guaranteed to be accurate
or complete. The model should not be displayed in end-user facing websites,
unless it is made clear that the model is a work in progress.
aliases:
- work in progress
production:
text: production
description: Used when the curator has declared the model is ready for public
consumption. Edits might still be performed on the model in future, but the
information in the model is believed to be both accurate and reasonably complete.
The model may be displayed in public websites.
delete:
text: delete
description: When the curator has marked for future deletion.
review:
text: review
description: The model has been marked for curator review.
internal_test:
text: internal_test
description: The model is not intended for use public use; it is likely to be
used for internal testing.
closed:
text: closed
description: TBD