Production

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

The model version is in 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 Production

model_ver.change_stage(Production("Rolling out to prod."))
model_ver.stage
# "production"