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

Response payload for save_weights.

# `t`

```elixir
@type t() :: %Tinkex.Types.SaveWeightsResponse{path: String.t(), type: String.t()}
```

# `from_json`

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

Parse from JSON map with string or atom keys.

---

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