pub type RandomDecision = FallThroughDecision;Expand description
Compatibility name for the decision produced by Random.
Aliased Type§
pub struct RandomDecision {
pub selected_model: String,
pub reasoning: String,
/* private fields */
}Fields§
§selected_model: StringTarget selected by the classifier cascade.
reasoning: StringHuman-readable explanation of the selection.