# `Tinkex.Types.TrainingRunsResponse`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/training_runs_response.ex#L1)

Paginated training run response.

# `t`

```elixir
@type t() :: %Tinkex.Types.TrainingRunsResponse{
  cursor: Tinkex.Types.Cursor.t() | nil,
  training_runs: [Tinkex.Types.TrainingRun.t()]
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

Parse from a JSON map.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
