UpdateEvalScheduleResponseBody
OK
Example Usage
typescript
import { UpdateEvalScheduleResponseBody } from "@meetkai/mka1/models/operations";
let value: UpdateEvalScheduleResponseBody = {
id: "<id>",
object: "eval.schedule",
name: "<value>",
description:
"tousle perfectly best-seller likewise mostly ew function besides woot",
suiteId: "<id>",
suiteVersion: 498266,
cron: "<value>",
intervalSeconds: 767786,
timezone: "America/Guyana",
overlapPolicy: "buffer_one",
enabled: false,
webhookUrl: "https://strict-elver.name",
webhookConfigured: true,
run: {
models: [],
},
metadata: {
"key": "<value>",
},
lastRunId: "<id>",
lastRunAt: 538925,
lastRunStatus: "<value>",
nextRunAt: 180908,
createdAt: 888245,
updatedAt: 794962,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
object | "eval.schedule" | ✔️ | N/A |
name | string | ✔️ | N/A |
description | string | ✔️ | N/A |
suiteId | string | ✔️ | N/A |
suiteVersion | number | ✔️ | N/A |
cron | string | ✔️ | N/A |
intervalSeconds | number | ✔️ | N/A |
timezone | string | ✔️ | N/A |
overlapPolicy | components.EvalScheduleOverlapPolicy | ✔️ | N/A |
enabled | boolean | ✔️ | N/A |
webhookUrl | string | ✔️ | N/A |
webhookConfigured | boolean | ✔️ | True when a signing secret is stored. The secret itself is never returned. |
run | operations.UpdateEvalScheduleRun | ✔️ | N/A |
metadata | Record<string, string> | ✔️ | N/A |
lastRunId | string | ✔️ | N/A |
lastRunAt | number | ✔️ | N/A |
lastRunStatus | string | ✔️ | N/A |
nextRunAt | number | ✔️ | Next scheduled fire time from Temporal, when resolvable. |
createdAt | number | ✔️ | N/A |
updatedAt | number | ✔️ | N/A |