Archived

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

The model version is archived.

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 Archived

model_ver.change_stage(Archived("Deprioritized; keeping for posterity."))
model_ver.stage
# "archived"