Skip to content

CreateEvalRunRequest

Example Usage

typescript
import { CreateEvalRunRequest } from "@meetkai/mka1/models/operations";

let value: CreateEvalRunRequest = {
  createEvalRunRequest: {
    suiteId: "<id>",
    models: [
      "<value 1>",
      "<value 2>",
    ],
  },
};

Fields

FieldTypeRequiredDescription
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
createEvalRunRequestcomponents.CreateEvalRunRequest✔️N/A