CreateJobRequest
Example Usage
typescript
import { CreateJobRequest } from "@meetkai/mka1/models/operations";
let value: CreateJobRequest = {
idempotencyKey: "<value>",
computeJobCreate: {
compute: {
accelerator: "<value>",
ephemeralDiskGb: 133945,
gpuCount: 438176,
},
container: {
command: [
"<value 1>",
"<value 2>",
"<value 3>",
],
image: "https://picsum.photos/seed/vmW8a7k/964/997",
},
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
idempotencyKey | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
computeJobCreate | components.ComputeJobCreate | ✔️ | N/A |