ImportHistoricalEvalResultsRequest
Example Usage
typescript
import { ImportHistoricalEvalResultsRequest } from "@meetkai/mka1/models/operations";
let value: ImportHistoricalEvalResultsRequest = {
xHuggingFaceToken: "hf_your_read_token",
importHistoricalEvalResultsRequest: {},
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xHuggingFaceToken | string | ✔️ | 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 |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. | |
importHistoricalEvalResultsRequest | components.ImportHistoricalEvalResultsRequest | ✔️ | N/A |