Dedicated endpoint status.
| Field | Type | Required | Description |
|---|---|---|---|
created_at |
date | ✔️ | When the endpoint was created. |
status |
models.InferenceDeploymentStatus | ✔️ | Status of inference deployment. |
error_code |
OptionalNullable[models.InferenceDeploymentErrorCode] | ➖ | Error code if deployment failed. |
phase |
OptionalNullable[models.Phase] | ➖ | The current phase of the endpoint. |
updated_at |
date | ➖ | When the endpoint was last updated. |