Skip to content

RegistryModelListResponse

Example Usage

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

let value: RegistryModelListResponse = {
  object: "list",
  data: [
    {
      id: "<id>",
      provider: "<value>",
      modelId: "<id>",
      source: "<value>",
      immutable: true,
      definition: {
        "key": "<value>",
        "key1": "<value>",
      },
      health: {
        isAvailable: true,
        lastHealthCheck: null,
        error: null,
      },
      createdAt: 9215.57,
      updatedAt: 7234.78,
    },
  ],
};

Fields

FieldTypeRequiredDescription
object"list"✔️N/A
datacomponents.RegistryModelResponse[]✔️N/A