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

Response from get_session API.

Contains the training run IDs and sampler IDs associated with a session.

# `t`

```elixir
@type t() :: %Tinkex.Types.GetSessionResponse{
  sampler_ids: [String.t()],
  training_run_ids: [String.t()]
}
```

# `from_map`

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

Convert a map (from JSON) to a GetSessionResponse struct.

---

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