EvaluationInstance constructor
EvaluationInstance({
- EvaluationInstance_InstanceData? prompt,
- Map<
String, RubricGroup> rubricGroups = const {}, - EvaluationInstance_InstanceData? response,
- EvaluationInstance_InstanceData? reference,
- EvaluationInstance_MapInstance? otherData,
- EvaluationInstance_DeprecatedAgentData? agentData,
- AgentData? agentEvalData,
Implementation
EvaluationInstance({
this.prompt,
this.rubricGroups = const {},
this.response,
this.reference,
this.otherData,
this.agentData,
this.agentEvalData,
}) : super(fullyQualifiedName);