Skip to content

GetEvalSampleAudioRequest

Example Usage

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

let value: GetEvalSampleAudioRequest = {
  runId: "eval_run_aa87e2b1112a455b8deabed784372198",
  sampleIndex: 0,
};

Fields

FieldTypeRequiredDescriptionExample
runIdstring✔️N/Aeval_run_aa87e2b1112a455b8deabed784372198
sampleIndexnumber✔️N/A0
modelstringN/A
taskIdstringN/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.