Staging

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

The model version is staged for production.

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 Staging

model_ver.change_stage(Staging("Undergoing final testing."))
model_ver.stage
# "staging"