Tinkex.Types.SaveWeightsForSamplerResponse (Tinkex v0.3.4)

View Source

Response payload for save_weights_for_sampler.

Summary

Functions

Parse from JSON map with string or atom keys.

Types

t()

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

Functions

from_json(json)

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

Parse from JSON map with string or atom keys.