Alternative Definition Result
data class AlternativeDefinitionResult(val accepted: List<String>, val rejected: List<AlternativeRejection>)(source)
Which of the offered alternatives a model took in, and why it left out any that it did not.
Parameters
accepted
the names of the alternatives now held by the model, in the order offered
rejected
one entry for each alternative that was not taken in, saying why