Skip to content

HealthCheckCustomModelResponse

Response from performing a health check on a custom model endpoint.

Example Usage

typescript
import { HealthCheckCustomModelResponse } from "@meetkai/mka1/models/components";

let value: HealthCheckCustomModelResponse = {
  message: "<value>",
};

Fields

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