EvaluatedAnnotation constructor

EvaluatedAnnotation({
  1. EvaluatedAnnotation_EvaluatedAnnotationType type = EvaluatedAnnotation_EvaluatedAnnotationType.$default,
  2. List<Value> predictions = const [],
  3. List<Value> groundTruths = const [],
  4. Value? dataItemPayload,
  5. String evaluatedDataItemViewId = '',
  6. List<EvaluatedAnnotationExplanation> explanations = const [],
  7. List<ErrorAnalysisAnnotation> errorAnalysisAnnotations = const [],
})

Implementation

EvaluatedAnnotation({
  this.type = EvaluatedAnnotation_EvaluatedAnnotationType.$default,
  this.predictions = const [],
  this.groundTruths = const [],
  this.dataItemPayload,
  this.evaluatedDataItemViewId = '',
  this.explanations = const [],
  this.errorAnalysisAnnotations = const [],
}) : super(fullyQualifiedName);