Skip to content

Result

Export result (only present when status is COMPLETED)

Example Usage

typescript
import { Result } from "@meetkai/mka1/models/components";

let value: Result = {
  outputPath: "<value>",
  completionsFile: "<value>",
  responsesFile: "<value>",
  recordCount: 897285,
  completionFeedbackCount: 526220,
  responseFeedbackCount: 790673,
  exportedAt: 935510,
  durationMs: 170920,
};

Fields

FieldTypeRequiredDescription
outputPathstring✔️Directory containing exported parquet files (S3 prefix or local path)
completionsFilestring✔️Path to completions parquet file
responsesFilestring✔️Path to responses parquet file
recordCountnumber✔️Total number of feedback records exported
completionFeedbackCountnumber✔️Number of chat completion feedback records exported
responseFeedbackCountnumber✔️Number of response feedback records exported
exportedAtnumber✔️Unix timestamp (ms) when the export was created
durationMsnumber✔️Duration of the export in milliseconds