AsyncRequestStatusResponse¶
- class baseten.client.inferenceapi.AsyncRequestStatusResponse(*, request_id, model_id=None, chain_id=None, deployment_id, status, webhook_status, created_at, status_at, errors=<factory>)¶
Bases:
BaseModel- Parameters:
request_id (str)
model_id (str | None)
chain_id (str | None)
deployment_id (str)
status (Status)
webhook_status (WebhookStatus)
created_at (str)
status_at (str)
errors (list[AsyncRequestError])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].