Tinkex.Types.GetSessionResponse (Tinkex v0.3.4)

View Source

Response from get_session API.

Contains the training run IDs and sampler IDs associated with a session.

Summary

Functions

Convert a map (from JSON) to a GetSessionResponse struct.

Types

t()

@type t() :: %Tinkex.Types.GetSessionResponse{
  sampler_ids: [String.t()],
  training_run_ids: [String.t()]
}

Functions

from_map(map)

@spec from_map(map()) :: t()

Convert a map (from JSON) to a GetSessionResponse struct.