ModelFox.LogTrueValueArgs (modelfox v0.8.0) View Source

This is the type of the argument to ModelFox.log_true_value and ModelFox.enqueue_log_true_value which specifies the details of the true value to log.

identifier

This is a unique identifier for the prediction, which will associate it with a true value event and allow you to look it up in the app.

true_value

This is the true value for the prediction.

Link to this section Summary

Link to this section Types

Specs

t() :: %ModelFox.LogTrueValueArgs{
  identifier: String.t(),
  true_value: ModelFox.true_value()
}