Development

class verta.registry.stage_change.Development(comment=None)

The model version is in active development.

Parameters:

comment (str, optional) – Comment associated with this stage change.

Variables:

comment (str or None) – Comment associated with this stage change.

Examples

from verta.registry.stage_change import Development

model_ver.change_stage(Development("Working on it."))
model_ver.stage
# "development"