CreateServiceRequest
Example Usage
typescript
import { CreateServiceRequest } from "@meetkai/mka1/models/operations";
let value: CreateServiceRequest = {
idempotencyKey: "<value>",
computeResourceCreate: {
compute: {
accelerator: "<value>",
ephemeralDiskGb: 133945,
gpuCount: 438176,
},
container: {
image: "https://loremflickr.com/1288/320?lock=2331794271158214",
scriptB64: "<value>",
},
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
idempotencyKey | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
computeResourceCreate | components.ComputeResourceCreate | ✔️ | N/A |