EvaluationInstance constructor

EvaluationInstance({
  1. EvaluationInstance_InstanceData? prompt,
  2. Map<String, RubricGroup> rubricGroups = const {},
  3. EvaluationInstance_InstanceData? response,
  4. EvaluationInstance_InstanceData? reference,
  5. EvaluationInstance_MapInstance? otherData,
  6. EvaluationInstance_DeprecatedAgentData? agentData,
  7. AgentData? agentEvalData,
})

Implementation

EvaluationInstance({
  this.prompt,
  this.rubricGroups = const {},
  this.response,
  this.reference,
  this.otherData,
  this.agentData,
  this.agentEvalData,
}) : super(fullyQualifiedName);