Tangram.Model (tangram v0.7.0) View Source

Use this struct to load a model, make predictions, and log events to the app.

Link to this section Summary

Link to this section Types

Specs

t() :: %Tangram.Model{
  log_queue: [Tangram.event()],
  model: reference(),
  tangram_url: String.t()
}