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

Request payload for retrieving model metadata.

# `t`

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

# `new`

```elixir
@spec new(String.t()) :: t()
```

Convenience constructor.

---

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