API.fetch_all_model_checks_by_name#

API.fetch_all_model_checks_by_name(model_name: str, raise_on_status: bool = True)#

Fetch all model checks.

Parameters
model_namestr

The model name

raise_on_statusbool, optional

Whether to raise error on bad status code or not