HumanLabeledTrial constructor
const
HumanLabeledTrial({})
Implementation
const HumanLabeledTrial({
required this.trialId,
required this.humanScore,
this.humanRationale,
required this.input,
required this.output,
});