API.fetch_model_version_time_window_statistics#

API.fetch_model_version_time_window_statistics(model_version_id: int, start_time: Optional[str] = None, end_time: Optional[str] = None, raise_on_status: bool = True) Union[Dict[str, Any], Response]#

Fetch model version time window statistics.

Parameters
model_version_idint

The model version ID

start_timeOptional[str] , default None

The start time of the window

end_timeOptional[str] , default None

The end time of the window

raise_on_statusbool, optional

Raise exception if status code is not 200.

Returns
httpx.Response

The response object.