Skip to content

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

FieldTypeRequiredDescription
messagestring✔️Health check status message indicating whether the custom model endpoint is responding correctly