Tinkex.Types.UnloadModelRequest (Tinkex v0.3.4)

View Source

Request payload to unload model weights and end the session.

Summary

Functions

Convenience constructor.

Types

t()

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

Functions

new(model_id)

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

Convenience constructor.