Skip to content

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

FieldTypeRequiredDescription
idempotencyKeystring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
computeResourceCreatecomponents.ComputeResourceCreate✔️N/A