Tinkex.Types.GetInfoRequest (Tinkex v0.3.4)

View Source

Request payload for retrieving model metadata.

Summary

Functions

Convenience constructor.

Types

t()

@type t() :: %Tinkex.Types.GetInfoRequest{model_id: String.t(), type: String.t()}

Functions

new(model_id)

@spec new(String.t()) :: t()

Convenience constructor.