GoogleCloudDatalabelingV1beta1HumanAnnotationConfig class
Configuration for how human labeling task should be done.
Constructors
-
GoogleCloudDatalabelingV1beta1HumanAnnotationConfig({String? annotatedDatasetDescription, String? annotatedDatasetDisplayName, List<
String> ? contributorEmails, String? instruction, String? labelGroup, String? languageCode, String? questionDuration, int? replicaCount, String? userEmailAddress}) - GoogleCloudDatalabelingV1beta1HumanAnnotationConfig.fromJson(Map _json)
Properties
- annotatedDatasetDescription ↔ String?
-
A human-readable description for AnnotatedDataset.
getter/setter pair
- annotatedDatasetDisplayName ↔ String?
-
A human-readable name for AnnotatedDataset defined by users.
getter/setter pair
-
contributorEmails
↔ List<
String> ? -
If you want your own labeling contributors to manage and work on this
labeling request, you can set these contributors here.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instruction ↔ String?
-
Instruction resource name.
getter/setter pair
- labelGroup ↔ String?
-
A human-readable label used to logically group labeling tasks.
getter/setter pair
- languageCode ↔ String?
-
The Language of this question, as a
[BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
getter/setter pair
- questionDuration ↔ String?
-
Maximum duration for contributors to answer a question.
getter/setter pair
- replicaCount ↔ int?
-
Replication of questions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userEmailAddress ↔ String?
-
Email of the user who started the labeling task and should be notified by
email.
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