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

Response confirming a model unload request.

# `t`

```elixir
@type t() :: %Tinkex.Types.UnloadModelResponse{
  model_id: String.t(),
  type: String.t() | nil
}
```

# `from_json`

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

Parse from a JSON map with string or atom keys.

---

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