ModelFox.Model (modelfox v0.8.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() :: %ModelFox.Model{
  log_queue: [ModelFox.event()],
  model: reference(),
  modelfox_url: String.t()
}