AxSynthResult
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/dsp/synth.ts#L60
Result from a synthesis run.
Properties
| Property | Type | Description |
|---|---|---|
examples | AxSynthExample[] | Generated examples |
stats | object | Statistics about the generation |
stats.durationMs | number | - |
stats.generated | number | - |
stats.labelingSuccessRate | number | - |
stats.requested | number | - |