OptimizationJobResult interface
Terminal-state result body. Populated when status is succeeded or failed.
Properties
| baseline | Candidate ID of the original (un-optimized) baseline evaluation. |
| best | Candidate ID of the highest-scoring candidate found during optimization. |
| candidates | All evaluated candidates including baseline. |
Property Details
baseline
Candidate ID of the original (un-optimized) baseline evaluation.
baseline?: string
Property Value
string
best
Candidate ID of the highest-scoring candidate found during optimization.
best?: string
Property Value
string
candidates
All evaluated candidates including baseline.
candidates?: OptimizationCandidate[]