Skip to content

ImportHistoricalEvalResultsRequest

Example Usage

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

let value: ImportHistoricalEvalResultsRequest = {
  xHuggingFaceToken: "hf_your_read_token",
  importHistoricalEvalResultsRequest: {},
};

Fields

FieldTypeRequiredDescriptionExample
xHuggingFaceTokenstring✔️Caller-owned Hugging Face token with read access to the source dataset repository. Gateway does not use its server-side Hugging Face token for historical imports.hf_your_read_token
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
importHistoricalEvalResultsRequestcomponents.ImportHistoricalEvalResultsRequest✔️N/A