Tinkex.Types.SaveWeightsResponse (Tinkex v0.3.4)

View Source

Response payload for save_weights.

Summary

Functions

Parse from JSON map with string or atom keys.

Types

t()

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

Functions

from_json(json)

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

Parse from JSON map with string or atom keys.