API.update_model_version#
- API.update_model_version(model_version_id: int, data: Dict[str, Any], raise_on_status: bool = True) Optional[Response] #
Update model version.
- Parameters
- model_version_idint
The model version ID.
- datadict
The data of the model version to update.
- raise_on_statusbool, optional
Raise exception if status code is not 200.
- Returns
- httpx.Response
The response object.