HealthCheckCustomModelResponseBody
Response from performing a health check on a custom model endpoint.
Example Usage
typescript
import { HealthCheckCustomModelResponseBody } from "@meetkai/mka1/models/operations";
let value: HealthCheckCustomModelResponseBody = {
message: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
message | string | ✔️ | Health check status message indicating whether the custom model endpoint is responding correctly |