Loading...

verticapy.mlops.model_versioning.RegisteredModel.list_status_history#

RegisteredModel.list_status_history(version: int | None = None) TableSample#

Returns the model status-change history. Only SUPERUSER and users who are granted SELECT privilege on the v_monitor.model_status_history table will be able to successfully run this function.

Parameters#

version: int

The version of the model which its history will be listed. The history of all versions will be listed when version is None

Returns#

TableSample

The status-change history