> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.EvaluationRunRequestResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias EvaluationRunRequestResult

```typescript
EvaluationRunRequestResult:
    | { kind: "started"; run: EvaluationRunListItem }
    | { kind: "cancelled" }
    | { kind: "unavailable"; reason: "source-selection-unavailable" }
```

Types: [EvaluationRunListItem](../interfaces/core.EvaluationRunListItem.md)
