AxCheckpointSaveFn
type AxCheckpointSaveFn = (checkpoint: Readonly<AxOptimizationCheckpoint>) => Promise<string>;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/common_types.ts#L70
Parameters
| Parameter | Type |
|---|---|
checkpoint | Readonly<AxOptimizationCheckpoint> |
Returns
Promise<string>