GoogleCloudDatalabelingV1beta1Evaluation class

Describes an evaluation between a machine learning model's predictions and ground truth labels.

Created when an EvaluationJob runs successfully.

Properties

annotationType String?
Type of task that the model version being evaluated performs, as defined in the evaluationJobConfig.inputConfig.annotationType field of the evaluation job that created this evaluation.
getter/setter pair
config GoogleCloudDatalabelingV1beta1EvaluationConfig?
Options used in the evaluation job that created this evaluation.
getter/setter pair
createTime String?
Timestamp for when this evaluation was created.
getter/setter pair
evaluatedItemCount String?
The number of items in the ground truth dataset that were used for this evaluation.
getter/setter pair
evaluationJobRunTime String?
Timestamp for when the evaluation job that created this evaluation ran.
getter/setter pair
evaluationMetrics GoogleCloudDatalabelingV1beta1EvaluationMetrics?
Metrics comparing predictions to ground truth labels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of an evaluation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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