Response payload for save_weights_for_sampler.
Parse from JSON map with string or atom keys.
@type t() :: %Tinkex.Types.SaveWeightsForSamplerResponse{ path: String.t() | nil, sampling_session_id: String.t() | nil, type: String.t() }
@spec from_json(map()) :: t()