Tangram.LogTrueValueArgs (tangram v0.7.0) View Source
This is the type of the argument to Tangram.log_true_value
and Tangram.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() :: %Tangram.LogTrueValueArgs{ identifier: String.t(), true_value: Tangram.true_value() }