EvaluatedAnnotation constructor
EvaluatedAnnotation({
- EvaluatedAnnotation_EvaluatedAnnotationType type = EvaluatedAnnotation_EvaluatedAnnotationType.$default,
- List<
Value> predictions = const [], - List<
Value> groundTruths = const [], - Value? dataItemPayload,
- String evaluatedDataItemViewId = '',
- List<
EvaluatedAnnotationExplanation> explanations = const [], - 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);