GoogleCloudAiplatformV1EvaluatedAnnotation class

True positive, false positive, or false negative.

EvaluatedAnnotation is only available under ModelEvaluationSlice with slice of annotationSpec dimension.

Constructors

GoogleCloudAiplatformV1EvaluatedAnnotation({Object? dataItemPayload, List<GoogleCloudAiplatformV1ErrorAnalysisAnnotation>? errorAnalysisAnnotations, String? evaluatedDataItemViewId, List<GoogleCloudAiplatformV1EvaluatedAnnotationExplanation>? explanations, List<Object?>? groundTruths, List<Object?>? predictions, String? type})
GoogleCloudAiplatformV1EvaluatedAnnotation.fromJson(Map json_)

Properties

dataItemPayload Object?
The data item payload that the Model predicted this EvaluatedAnnotation on.
getter/setter pair
errorAnalysisAnnotations List<GoogleCloudAiplatformV1ErrorAnalysisAnnotation>?
Annotations of model error analysis results.
getter/setter pair
evaluatedDataItemViewId String?
ID of the EvaluatedDataItemView under the same ancestor ModelEvaluation.
getter/setter pair
explanations List<GoogleCloudAiplatformV1EvaluatedAnnotationExplanation>?
Explanations of predictions.
getter/setter pair
groundTruths List<Object?>?
The ground truth Annotations, i.e. the Annotations that exist in the test data the Model is evaluated on.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
predictions List<Object?>?
The model predicted annotations.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type of the EvaluatedAnnotation.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited