GoogleCloudDatalabelingV1beta1ExampleComparison class
Example comparisons comparing ground truth output and predictions for a specific input.
Constructors
-
GoogleCloudDatalabelingV1beta1ExampleComparison({GoogleCloudDatalabelingV1beta1Example? groundTruthExample, List<
GoogleCloudDatalabelingV1beta1Example> ? modelCreatedExamples}) - GoogleCloudDatalabelingV1beta1ExampleComparison.fromJson(Map json_)
Properties
- groundTruthExample ↔ GoogleCloudDatalabelingV1beta1Example?
-
The ground truth output for the input.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
modelCreatedExamples
↔ List<
GoogleCloudDatalabelingV1beta1Example> ? -
Predictions by the model for the input.
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