Tinkex.Types.LoadWeightsResponse (Tinkex v0.3.4)

View Source

Response payload for load_weights.

Summary

Functions

Parse from JSON map with string or atom keys.

Types

t()

@type t() :: %Tinkex.Types.LoadWeightsResponse{
  path: String.t() | nil,
  type: String.t()
}

Functions

from_json(json)

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

Parse from JSON map with string or atom keys.