GetEvalSampleAudioRequest
Example Usage
typescript
import { GetEvalSampleAudioRequest } from "@meetkai/mka1/models/operations";
let value: GetEvalSampleAudioRequest = {
runId: "eval_run_aa87e2b1112a455b8deabed784372198",
sampleIndex: 0,
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
runId | string | ✔️ | N/A | eval_run_aa87e2b1112a455b8deabed784372198 |
sampleIndex | number | ✔️ | N/A | 0 |
model | string | ➖ | N/A | |
taskId | string | ➖ | N/A | |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |