InferenceVolumeByStatusDatapoint¶
- class baseten.client.managementapi.InferenceVolumeByStatusDatapoint(*, timestamp, status_2xx, status_4xx, status_5xx)¶
Bases:
BaseModel- Parameters:
timestamp (AwareDatetime)
status_2xx (float)
status_4xx (float)
status_5xx (float)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].