API.log_labels#
- API.log_labels(model_id: int, data: List[Dict[str, Any]], raise_on_status: bool = True) Optional[Response] #
Update production samples.
- Parameters
- model_idint
The model ID.
- datalist
The list of samples to upload.
- raise_on_statusbool
Raise exception if status code is not 200.
- Returns
- httpx.Response
The response object.