API.create_checks#
- API.create_checks(model_id: int, checks: List[Dict[str, Any]], raise_on_status: bool = True) Union[Response, List[Dict[str, Any]]] #
Create checks.
- Parameters
- model_idint
The model ID
- checkslist
Checks that will be created
- raise_on_statusbool, default=true
Whether to raise error on bad status code or not
- Returns
- Union[httpx.Response, dict]
The response from the server