GoogleCloudDatalabelingV1beta1OperatorMetadata class
General information useful for labels coming from contributors.
Constructors
-
GoogleCloudDatalabelingV1beta1OperatorMetadata({List<
String> ? comments, int? labelVotes, double? score, int? totalVotes}) - GoogleCloudDatalabelingV1beta1OperatorMetadata.fromJson(Map _json)
Properties
-
comments
↔ List<
String> ? -
Comments from contributors.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelVotes ↔ int?
-
The total number of contributors that choose this label.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score ↔ double?
-
Confidence score corresponding to a label.
getter/setter pair
- totalVotes ↔ int?
-
The total number of contributors that answer this question.
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